blob: 32728048c35a3ccc674f0f27cf694626dbd70975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|