blob: e068b55c7c505b21838fff4c2314f9029a54fd44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- src/apinger.h.orig 2002-12-20 09:19:57 UTC
+++ src/apinger.h
@@ -112,14 +112,14 @@ struct piped_info {
};
#endif
-struct target *targets;
+extern struct target *targets;
extern int foreground;
extern char *config_file;
extern int icmp_sock;
extern int icmp6_sock;
-extern int ident;
+extern uint16_t ident;
extern struct timeval next_probe;
|