summaryrefslogtreecommitdiffstats
path: root/src/usbmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbmux.h')
-rw-r--r--src/usbmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbmux.h b/src/usbmux.h
index da8a361..fd5fc78 100644
--- a/src/usbmux.h
+++ b/src/usbmux.h
@@ -56,7 +56,7 @@ typedef struct {
56 uint32 type, length, major, minor, allnull; 56 uint32 type, length, major, minor, allnull;
57} usbmux_version_header; 57} usbmux_version_header;
58 58
59usbmux_version_header *version_header(); 59usbmux_version_header *version_header(void);
60 60
61 61
62#endif 62#endif