home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / syslog / include / syslog.h next >
C/C++ Source or Header  |  1995-02-27  |  449b  |  22 lines

  1. #ifndef SYSLOG_H
  2. #define SYSLOG_H
  3.  
  4. /**
  5.  **     $Filename: syslog.h $
  6.  **     $Revision: 1.6 $
  7.  **     $Date: 1993/09/18 21:46:49 $
  8.  **
  9.  **     Debugging log daemon -- public definitions
  10.  **
  11.  **     © Copyright 1993 Peter Simons, Germany
  12.  **       All Rights Reserved
  13.  **
  14.  **     $Id: syslog.h,v 1.6 1993/09/18 21:46:49 simons Stab simons $
  15.  **/
  16.  
  17. void initsyslog(void);
  18. void uninitsyslog(void);
  19. void syslog0(char *format,...);
  20.  
  21. #endif /* SYSLOG_H */
  22.