You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
204 B

  1. --- a/src/apinger.h
  2. +++ b/src/apinger.h
  3. @@ -111,7 +111,7 @@ struct piped_info {
  4. };
  5. #endif
  6. -struct target *targets;
  7. +extern struct target *targets;
  8. extern int foreground;
  9. extern char *config_file;