Use guint8 rather than guchar for raw octets and pointers to arrays of
[metze/wireshark/wip.git] / wiretap / wtap-int.h
index 75923da9e1489eb0eca3a5a85e84ed39ab3355ac..313c6b768e236c8a22749599ef21244d235d7958 100644 (file)
@@ -81,7 +81,7 @@ typedef void *WFILE_T;
 
 typedef gboolean (*subtype_write_func)(struct wtap_dumper*,
                const struct wtap_pkthdr*, const union wtap_pseudo_header*,
-               const guchar*, int*);
+               const guint8*, int*);
 typedef gboolean (*subtype_close_func)(struct wtap_dumper*, int*);
 
 struct wtap_dumper {