summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/syslogd.h b/syslogd.h
index 41d2df6c..178f975b 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -114,11 +114,6 @@ struct filed {
};
typedef struct filed selector_t; /* new type name */
-void logerror(char *type);
-void logerrorVar(char *fmt, ...) __attribute__((format(printf, 1, 2)));
-/* the following two are legacy and should be replaced over time */
-void logerrorSz(char *type, char *errMsg);
-void logerrorInt(char *type, int iErr);
#define MSG_PARSE_HOSTNAME 1
#define MSG_DONT_PARSE_HOSTNAME 0