Skip to content

Commit 87f4492

Browse files
committed
Fix compiler warning
1 parent 1abbdf9 commit 87f4492

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@
3939

4040
#include "libimobiledevice-glue/glue.h"
4141

42+
void socket_init();
43+
4244
#endif

src/glue.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
static void f(void)
5757
#endif
5858

59-
extern void socket_init();
6059
extern void term_colors_init();
6160

6261
INITIALIZER(internal_glue_init)

0 commit comments

Comments
 (0)