home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / lsdoor09.zip / SYSOP.H < prev    next >
C/C++ Source or Header  |  1995-02-05  |  222b  |  17 lines

  1. #ifndef __SYSOP_HEADER_FILE__
  2. #define __SYSOP_HEADER_FILE__
  3.  
  4. void sysop_userDB( int starter );
  5. void sysop_fileDB( int newups );  // newups = (0/1) Match for file.newupload
  6.  
  7. #endif
  8.  
  9.  
  10.  
  11. // End of Sysop.H
  12.  
  13.  
  14.  
  15.  
  16.  
  17.