home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
LIB
/
LOCK.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-27
|
782b
|
16 lines
/*--------------------------------------------------------------------*/
/* l o c k . c */
/* */
/* Locking functions for UUPC/extended */
/* */
/* Copyright (c) 1992 by Kendra Electronic Wonderworks; all */
/* rights reserved except those explicitly granted by the */
/* UUPC/extended license. */
/*--------------------------------------------------------------------*/
extern boolean locked;
void UnlockSystem( void );
boolean LockSystem( const char *system , long program );