summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/log.h
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-10-05 08:18:38 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-10-05 08:18:38 +0000
commite295e5839812a0c428df0c35c0e63ce2cdf753c2 (patch)
treebd94b254d2a30d3d6b8e98dbf96b80230adb2287 /sbin/isakmpd/log.h
parenta15db65009f5aaad718205fb07878e79e6534bd9 (diff)
Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and
'D T' (to toggle all logging on and off) commands. niklas@ ok.
Diffstat (limited to 'sbin/isakmpd/log.h')
-rw-r--r--sbin/isakmpd/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/isakmpd/log.h b/sbin/isakmpd/log.h
index cdfbdcacb1c..91bcf68ffb0 100644
--- a/sbin/isakmpd/log.h
+++ b/sbin/isakmpd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.10 2001/04/09 21:21:57 ho Exp $ */
+/* $OpenBSD: log.h,v 1.11 2001/10/05 08:18:37 ho Exp $ */
/* $EOM: log.h,v 1.19 2000/03/30 14:27:23 ho Exp $ */
/*
@@ -71,6 +71,7 @@ enum log_classes {
extern void log_debug (int, int, const char *, ...);
extern void log_debug_buf (int, int, const char *, const u_int8_t *, size_t);
extern void log_debug_cmd (int, int);
+extern void log_debug_toggle (void);
#define PCAP_FILE_DEFAULT "/var/run/isakmpd.pcap"
extern void log_packet_init (char *);