home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / syslog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-09  |  84 b   |  7 lines

  1. #ifndef H_SYSLOG
  2. #define H_SYSLOG
  3.  
  4. int handleSyslogSocket(char * rootPath);
  5.  
  6. #endif
  7.