aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-30 11:12:55 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-30 11:12:55 +0000
commit5ec7713543e9bbf6e30d4e94ade7874ed6e38fb2 (patch)
treeacfc102eea312b3f1ea30d550ed76a0b14cc772c /epan/dissectors/packet-ssl-utils.h
parent3c43e1e4b8d28081408c0a032221bb07cfd3e24a (diff)
- fix warnings in prefs.c
- do not flush SSL debug output after each message but only once per packet git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23680 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index cac2725450..0d03dc942d 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -473,6 +473,8 @@ extern void
ssl_print_text_data(const gchar* name, const guchar* data, gint len);
extern void
ssl_set_debug(gchar* name);
+extern void
+ssl_debug_flush(void);
#else
/* No debug: nullify debug operation*/