summaryrefslogtreecommitdiff
path: root/kernel/syslog.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-17 23:17:51 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-17 23:17:51 +0100
commit7e2da9a580fb42ebf46096364e511ef57bc05cd8 (patch)
tree110c6f71cda7a82b08b707009a37042c899a829d /kernel/syslog.h
parentc8032c1bf3a951cbd7aaef8b9a03b12aabd1f691 (diff)
little cleanup
Diffstat (limited to 'kernel/syslog.h')
-rw-r--r--kernel/syslog.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/syslog.h b/kernel/syslog.h
deleted file mode 100644
index 921702c..0000000
--- a/kernel/syslog.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef FOOLOS_SYSLOG_H
-#define FOOLOS_SYSLOG_H
-
-void syslog(char *sys, int level, char *str);
-
-#endif