starter: Remove unused ARG_LST argument type

This commit is contained in:
Tobias Brunner
2014-06-19 14:00:49 +02:00
parent f245ac6cc0
commit 8839796c3e
2 changed files with 5 additions and 147 deletions
-1
View File
@@ -19,7 +19,6 @@
#include "keywords.h"
#include "ipsec-parser.h"
extern char **new_list(char *value);
extern bool assign_arg(kw_token_t token, kw_token_t first, kw_list_t *kw
, char *base, bool *assigned);
extern void free_args(kw_token_t first, kw_token_t last, char *base);