aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/debug.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-09-27 06:40:50 +0000
committerMartin Willi <martin@strongswan.org>2007-09-27 06:40:50 +0000
commit324abae2ef4e68d54fc3a3a4271fb5bafff8171a (patch)
tree77aa5124165f400ad709f4148b2ccdddc350ffad /src/libstrongswan/debug.h
parent87d0427def589ab475a6800bfe2ee8b644dce835 (diff)
downloadstrongswan-324abae2ef4e68d54fc3a3a4271fb5bafff8171a.tar.bz2
strongswan-324abae2ef4e68d54fc3a3a4271fb5bafff8171a.tar.xz
added vsyslog to leak detectives white list
removed debugging hook on openac cleanup
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r--src/libstrongswan/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h
index c424a1c11..71f2c7dfd 100644
--- a/src/libstrongswan/debug.h
+++ b/src/libstrongswan/debug.h
@@ -57,4 +57,7 @@
/** dbg function hook, uses stderr logger by default */
extern void (*dbg) (int level, char *fmt, ...);
+/** default logging function, prints to stderr */
+void dbg_default(int level, char *fmt, ...);
+
#endif /* DEBUG_H_ */