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