home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Shareware 1999 March
/
PCShareware-3-99.iso
/
IMPLE
/
DJGPP.RAR
/
DJGPP2
/
CRCLOCKS.ZIP
/
CRCLOCK.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-30
|
296b
|
13 lines
// Main Header File for CRCLock v2.4 Copyright (C) 1997 Jonathan Thorpe.
// Cause & Effect Industries. All Rights Reserved WorlWide.
#if !defined(__DJGPP__)
#ifdef __cplusplus
extern "C" int CRCLock(char *checkpath);
#else
extern int CRCLock(char *checkpath);
#endif
#endif