aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-03-06 09:40:58 +0000
committerJörg Mayer <jmayer@loplof.de>2005-03-06 09:40:58 +0000
commit8b13213e85b4085f4c72fb8b42df9ebd8c1541ca (patch)
tree08e815c26fc1e8ab776ca7c61caa04b85ef66b7e /epan/epan.h
parent9432483a143c0edfbd73057814afd3130d0726be (diff)
Warning fix:
plugins.c:236: warning: implicit declaration of function 'report_failure' svn path=/trunk/; revision=13625
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/epan.h b/epan/epan.h
index 990259380c..e91d0571a0 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -40,6 +40,8 @@ void epan_init(const char * plugindir, void (*register_all_protocols)(void),
void epan_cleanup(void);
void epan_conversation_init(void);
void epan_circuit_init(void);
+void report_failure(const char *, ...);
+
/* A client will create one epan_t for an entire dissection session.
* A single epan_t will be used to analyze the entire sequence of packets,