summaryrefslogtreecommitdiffstats
path: root/server/.svn/text-base/log.h.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'server/.svn/text-base/log.h.svn-base')
-rw-r--r--server/.svn/text-base/log.h.svn-base11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/.svn/text-base/log.h.svn-base b/server/.svn/text-base/log.h.svn-base
new file mode 100644
index 0000000..9aff53a
--- /dev/null
+++ b/server/.svn/text-base/log.h.svn-base
@@ -0,0 +1,11 @@
+/* $Id: log.h,v 1.1 2000/02/29 00:32:12 shmit Exp $ */
+
+#ifndef LOG_H
+# define LOG_H
+
+void log_open();
+void log_err(const char *fmt, ...);
+void log_warn(const char *fmt, ...);
+void log_info(const char *fmt, ...);
+
+#endif /* LOG_H */