summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-02-13 03:15:07 +0100
committerGravatar Nikias Bassen2025-02-13 03:15:07 +0100
commit87f449204f59d1a7401237c77e23bf7c111ab3b2 (patch)
tree6e6f4ecba059d0803a106475b5297057c1e3ce03 /src/common.h
parent1abbdf9a0deb36d064fced2ad024d1994b3a25c0 (diff)
downloadlibimobiledevice-glue-87f449204f59d1a7401237c77e23bf7c111ab3b2.tar.gz
libimobiledevice-glue-87f449204f59d1a7401237c77e23bf7c111ab3b2.tar.bz2
Fix compiler warning
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 94b5fdd..2916039 100644
--- a/src/common.h
+++ b/src/common.h
@@ -39,4 +39,6 @@
#include "libimobiledevice-glue/glue.h"
+void socket_init();
+
#endif