summaryrefslogtreecommitdiff
path: root/wiretap/commview.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
commit311f9acfd5b610444e5545db929ae630789b7be6 (patch)
tree288c6a74a60c7922ee79c506c3c538252db894c2 /wiretap/commview.h
parent7b75e667749ef166a0190f8ddb376ffec6c61d96 (diff)
downloadwireshark-311f9acfd5b610444e5545db929ae630789b7be6.tar.gz
Fix wiretap headers to allow error-free ABI dumping.
svn path=/trunk/; revision=37543
Diffstat (limited to 'wiretap/commview.h')
-rw-r--r--wiretap/commview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/commview.h b/wiretap/commview.h
index f7220de250..b0b7a80333 100644
--- a/wiretap/commview.h
+++ b/wiretap/commview.h
@@ -24,6 +24,7 @@
#ifndef __COMMVIEW_H__
#define __COMMVIEW_H__
+#include <glib.h>
int commview_open(wtap *wth, int *err, gchar **err_info _U_);
int commview_dump_can_write_encap(int encap);