]>
git.saurik.com Git - apple/ipsec.git/blob - ipsec-tools/setkey/extern.h
5 int parse_string(char *);
7 int setkeymsg(char *, size_t *);
8 int sendkeymsg(char *, size_t);
12 void yyfatal(const char *);
13 void yyerror(const char *);
17 extern int last_msg_type
;
18 extern u_int32_t last_priority
;
21 extern u_char m_buf
[BUFSIZ
];
25 #ifdef HAVE_PFKEY_POLICY_PRIORITY
26 extern int last_msg_type
;
27 extern u_int32_t last_priority
;