12 lines
204 B
Diff
12 lines
204 B
Diff
|
--- a/src/apinger.h
|
||
|
+++ b/src/apinger.h
|
||
|
@@ -111,7 +111,7 @@ struct piped_info {
|
||
|
};
|
||
|
#endif
|
||
|
|
||
|
-struct target *targets;
|
||
|
+extern struct target *targets;
|
||
|
|
||
|
extern int foreground;
|
||
|
extern char *config_file;
|