diff options
-rw-r--r-- | src/common.h | 2 | ||||
-rw-r--r-- | src/glue.c | 1 |
2 files changed, 2 insertions, 1 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 @@ -56,7 +56,6 @@ static void f(void) #endif -extern void socket_init(); extern void term_colors_init(); INITIALIZER(internal_glue_init) |