summaryrefslogtreecommitdiff
path: root/wiretap/btsnoop.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/btsnoop.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/btsnoop.h')
-rw-r--r--wiretap/btsnoop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/btsnoop.h b/wiretap/btsnoop.h
index e141d42486..622632fc7e 100644
--- a/wiretap/btsnoop.h
+++ b/wiretap/btsnoop.h
@@ -22,6 +22,7 @@
#ifndef __W_BTSNOOP_H__
#define __W_BTSNOOP_H__
+#include <glib.h>
int btsnoop_open(wtap *wth, int *err, gchar **err_info);
gboolean btsnoop_dump_open_h1(wtap_dumper *wdh, int *err);