summaryrefslogtreecommitdiffstats
path: root/etc/latrace.d/headers/syslog.h
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2010-12-21 23:33:22 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-04-05 17:35:53 +0200
commit79381b3ed5b490054cb211d0374f4338ef9d5931 (patch)
tree889c5c87d1fe6b9e6807d865bbf4f4b6581b1fb5 /etc/latrace.d/headers/syslog.h
parentdc115d08736cf6a794316f359dd8bd9b0a6a778a (diff)
downloadlatrace-79381b3ed5b490054cb211d0374f4338ef9d5931.tar.gz
latrace-79381b3ed5b490054cb211d0374f4338ef9d5931.tar.xz
latrace-79381b3ed5b490054cb211d0374f4338ef9d5931.zip
moving conf header files to new location + rename s/conf/h/
Diffstat (limited to 'etc/latrace.d/headers/syslog.h')
-rw-r--r--etc/latrace.d/headers/syslog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/latrace.d/headers/syslog.h b/etc/latrace.d/headers/syslog.h
new file mode 100644
index 0000000..7869b09
--- /dev/null
+++ b/etc/latrace.d/headers/syslog.h
@@ -0,0 +1,8 @@
+
+/* /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);