diff options
author | 2025-02-13 03:15:07 +0100 | |
---|---|---|
committer | 2025-02-13 03:15:07 +0100 | |
commit | 87f449204f59d1a7401237c77e23bf7c111ab3b2 (patch) | |
tree | 6e6f4ecba059d0803a106475b5297057c1e3ce03 | |
parent | 1abbdf9a0deb36d064fced2ad024d1994b3a25c0 (diff) | |
download | libimobiledevice-glue-87f449204f59d1a7401237c77e23bf7c111ab3b2.tar.gz libimobiledevice-glue-87f449204f59d1a7401237c77e23bf7c111ab3b2.tar.bz2 |
Fix compiler warning
-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) |