summaryrefslogtreecommitdiff
path: root/wiretap/i4btrace.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 04:23:39 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 04:23:39 +0000
commitf5afb4da1b370a4e80d97d21e1876ba94605a18e (patch)
treecc80c9319e4fcb9065a8960eed92c5dab379a09a /wiretap/i4btrace.c
parent6bcaec9a123644ac81fc7fd3a674a28f3c110f42 (diff)
downloadwireshark-f5afb4da1b370a4e80d97d21e1876ba94605a18e.tar.gz
Include the .h files into the .c files. That way we
a) get rid of warnings of type "no previous declaration" and b) make sure that declaration and implementation are in sync. svn path=/trunk/; revision=15168
Diffstat (limited to 'wiretap/i4btrace.c')
-rw-r--r--wiretap/i4btrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/i4btrace.c b/wiretap/i4btrace.c
index 04a9fe7f2c..df44b74824 100644
--- a/wiretap/i4btrace.c
+++ b/wiretap/i4btrace.c
@@ -31,6 +31,7 @@
#include "file_wrappers.h"
#include "buffer.h"
#include "i4b_trace.h"
+#include "i4btrace.h"
static gboolean i4btrace_read(wtap *wth, int *err, gchar **err_info,
long *data_offset);