sysklogd/klogd.h

20 lines
425 B
C
Raw Normal View History

1997-06-02 22:51:41 +05:30
/*
* Symbols and definitions needed by klogd.
*
* Thu Nov 16 12:45:06 CST 1995: Dr. Wettstein
* Initial version.
*/
/* Useful include files. */
#include <stdio.h>
#include <syslog.h>
#include <string.h>
/* Function prototypes. */
extern int InitKsyms(char *);
extern int InitMsyms(void);
1997-06-02 22:51:41 +05:30
extern char * ExpandKadds(char *, char *);
extern void SetParanoiaLevel(int);
1997-06-02 22:51:41 +05:30
extern void Syslog(int priority, char *fmt, ...);