File:  [Synchronet] / sbbs / sbbs2 / smb / lzh.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:37:52 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_00c, v2_30b, HEAD
2.30b OS/2

/* LZH.H */

/* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */

#ifdef __NT__
#define LZHCALL _pascal
#else
#define LZHCALL
#endif

#ifndef uchar
#define uchar unsigned char
#endif

long LZHCALL lzh_encode(uchar *inbuf, long inlen, uchar *outbuf);
long LZHCALL lzh_decode(uchar *inbuf, long inlen, uchar *outbuf);

#ifdef __WATCOMC__	/* Use MSC standard (prepended underscore) */
#pragma aux lzh_encode			"_*"
#pragma aux lzh_decode          "_*"
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.