aboutsummaryrefslogtreecommitdiffstats
path: root/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'err.h')
-rw-r--r--err.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/err.h b/err.h
new file mode 100644
index 0000000..9aaac36
--- /dev/null
+++ b/err.h
@@ -0,0 +1,13 @@
+/* $Id: err.h,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $ */
+
+#ifndef ERR_H
+# define ERR_H
+
+void err(const char *fmt, ...);
+void readerr(int infd, const char *host);
+
+void initlog(const char *infon, const char *errorn);
+void log_err(const char *fmt, ...);
+void log_info(const char *fmt, ...);
+
+#endif