/etc/latrace.d/headers/syslog.h is in latrace 0.5.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | /* /usr/include/sys/syslog.h */
void closelog();
void openlog(char *ident, int option, int facility);
int setlogmask(int mask);
void syslog(int pri, char *fmt);
void vsyslog(int pri, char *fmt);
|