diff options
Diffstat (limited to 'sbin/isakmpd/log.h')
-rw-r--r-- | sbin/isakmpd/log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/log.h b/sbin/isakmpd/log.h index bb83e44b71e..238399100c3 100644 --- a/sbin/isakmpd/log.h +++ b/sbin/isakmpd/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.23 2005/05/03 13:42:54 hshoexer Exp $ */ +/* $OpenBSD: log.h,v 1.24 2005/05/26 05:35:55 moritz Exp $ */ /* $EOM: log.h,v 1.19 2000/03/30 14:27:23 ho Exp $ */ /* @@ -80,6 +80,8 @@ extern void log_packet_stop(void); extern FILE *log_current(void); extern void log_error(const char *,...) __attribute__((__format__(__printf__, 1, 2))); +extern void log_errorx(const char *,...) + __attribute__((__format__(__printf__, 1, 2))); extern void log_fatal(const char *,...) __attribute__((__format__(__printf__, 1, 2))); extern void log_fatalx(const char *,...) |