home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / OP2DEV.ZIP / BBSGLOB.H < prev    next >
Text File  |  1990-11-18  |  423b  |  17 lines

  1. //
  2. //   OP/2 BBS - Copyright (c) 1990 ExcelSoft Software. All rights reserved.
  3. //
  4. //   BBSGLOB.H
  5. //
  6. //   Prototypes for external "global" commands
  7. //
  8. //    11nov90   cab   Updated for new format
  9. //
  10.  
  11. DSDLL GloProcess(char *, PORT_REC *);
  12. DSDLL GloTimeLeft(PORT_REC *, PORT_REC *);
  13. DSDLL GloLogOff(PORT_REC *, PORT_REC *);
  14. DSDLL GloUsersOn(PORT_REC *, PORT_REC *);
  15. DSDLL GloPageUser(PORT_REC *, PORT_REC *);
  16.  
  17.