Import of bare source for 1.3

This commit is contained in:
Joey Schulze
1997-06-02 17:21:41 +00:00
commit 7834544c60
25 changed files with 6492 additions and 0 deletions

17
klogd.h Normal file
View File

@@ -0,0 +1,17 @@
/*
* 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 char * ExpandKadds(char *, char *);
extern void Syslog(int priority, char *fmt, ...);