11 lines
193 B
Diff
11 lines
193 B
Diff
--- 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;
|