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 4b18e07..bea83f7 100644
--- a/src/usbmux.h
+++ b/src/usbmux.h
@@ -52,7 +52,7 @@ typedef struct {
52 uint32_t type, length, major, minor, allnull; 52 uint32_t type, length, major, minor, allnull;
53} usbmux_version_header; 53} usbmux_version_header;
54 54
55usbmux_version_header *version_header(); 55usbmux_version_header *version_header(void);
56 56
57 57
58#endif 58#endif