Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
 
2
/* /usr/include/sys/syslog.h */
3
 
4
void closelog();
5
void openlog(char *ident, int option, int facility);
6
int  setlogmask(int mask);
7
void syslog(int pri, char *fmt);
8
void vsyslog(int pri, char *fmt);