blob: d74dc1c66f2780e4111c6075f9adb38da67e9649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/apinger.h
+++ b/src/apinger.h
@@ -99,7 +99,7 @@
void *target_id;
};
-struct target *targets;
+extern struct target *targets;
extern int foreground;
extern char *config_file;
|