home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / VP2_409E.SZH / STATS.H < prev    next >
C/C++ Source or Header  |  1991-06-22  |  425b  |  10 lines

  1. /* -- external prototypes ------------------------------------------------ */
  2. void  LogArchive(char *fn, int net, int node);
  3. void  LogPacket (char *pktname);
  4. void  LogExit(int rc);
  5. void  LogBegin(char *type);
  6. void  LogScanArea(char *Area, unsigned int HighMsg, unsigned int LastMsg);
  7. void  LogScanNodes(AREAS_PTR area);
  8. void  LogAreas(AREAS_PTR areas[], int tot_areas);
  9. char *LogMessage(int status, char *fmt, ...);
  10.