mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ef646f2a70
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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;
|