diff options
Diffstat (limited to 'wiretap/btsnoop.h')
-rw-r--r-- | wiretap/btsnoop.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/btsnoop.h b/wiretap/btsnoop.h index 3f070212..526f2709 100644 --- a/wiretap/btsnoop.h +++ b/wiretap/btsnoop.h @@ -8,9 +8,11 @@ #ifndef __W_BTSNOOP_H__ #define __W_BTSNOOP_H__ + #include <glib.h> #include "ws_symbol_export.h" +#include "wtap.h" -wtap_open_return_val btsnoop_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val btsnoop_open(wtap *wth, int *err, char **err_info); #endif |