b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/src/apinger.h |
2 | +++ b/src/apinger.h | ||||
3 | @@ -111,7 +111,7 @@ struct piped_info { | ||||
4 | }; | ||||
5 | #endif | ||||
6 | |||||
7 | -struct target *targets; | ||||
8 | +extern struct target *targets; | ||||
9 | |||||
10 | extern int foreground; | ||||
11 | extern char *config_file; |