We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abbdf9 commit 87f4492Copy full SHA for 87f4492
src/common.h
@@ -39,4 +39,6 @@
39
40
#include "libimobiledevice-glue/glue.h"
41
42
+void socket_init();
43
+
44
#endif
src/glue.c
@@ -56,7 +56,6 @@
56
static void f(void)
57
58
59
-extern void socket_init();
60
extern void term_colors_init();
61
62
INITIALIZER(internal_glue_init)
0 commit comments