Browse Source

Fix compiler warning

Nikias Bassen 2 tháng trước cách đây
mục cha
commit
87f449204f
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 0
      src/common.h
  2. 0 1
      src/glue.c

+ 2 - 0
src/common.h

@@ -39,4 +39,6 @@
 
 #include "libimobiledevice-glue/glue.h"
 
+void socket_init();
+
 #endif

+ 0 - 1
src/glue.c

@@ -56,7 +56,6 @@
         static void f(void)
 #endif
 
-extern void socket_init();
 extern void term_colors_init();
 
 INITIALIZER(internal_glue_init)