summaryrefslogtreecommitdiff
path: root/epan/epan.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-03-06 19:37:09 +0000
committerGuy Harris <guy@alum.mit.edu>2005-03-06 19:37:09 +0000
commite27279e14dfe0b694d87016954822b4fba9284fd (patch)
treeb2e4ba2486df21ef58b001cc3bb9d92caa47c20f /epan/epan.h
parent3f3c09bf6752d9df60c50dbd99c3fe12b43f7b88 (diff)
downloadwireshark-e27279e14dfe0b694d87016954822b4fba9284fd.tar.gz
"report_err.h" declares "report_failure()", so it doesn't need to be
declared in "epan.h", and, as "epan/plugins.c" now includes "report_err.h", it doesn't need to include "epan.h". svn path=/trunk/; revision=13634
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/epan.h b/epan/epan.h
index e91d0571a0..990259380c 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -40,8 +40,6 @@ 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,