home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
develop
/
syslog
/
include
/
syslog.h
next >
Wrap
C/C++ Source or Header
|
1995-02-27
|
449b
|
22 lines
#ifndef SYSLOG_H
#define SYSLOG_H
/**
** $Filename: syslog.h $
** $Revision: 1.6 $
** $Date: 1993/09/18 21:46:49 $
**
** Debugging log daemon -- public definitions
**
** © Copyright 1993 Peter Simons, Germany
** All Rights Reserved
**
** $Id: syslog.h,v 1.6 1993/09/18 21:46:49 simons Stab simons $
**/
void initsyslog(void);
void uninitsyslog(void);
void syslog0(char *format,...);
#endif /* SYSLOG_H */