summaryrefslogtreecommitdiff
path: root/lib/grammar_sandbox.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-11-23 11:58:13 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-15 23:07:45 +0100
commitfa133e00c2103ffcacbf3a20d0c1a7a1a86d63ab (patch)
treecae738964a57072563e86b5a00961cb30ae0f4bd /lib/grammar_sandbox.h
parentf4e454eb79a6d63f0fba83635047215ac6cf0e5f (diff)
lib: parser: refresh grammar_sandbox
This makes grammar_sandbox a workable tool again, updating it for the recent changes. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/grammar_sandbox.h')
-rw-r--r--lib/grammar_sandbox.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/grammar_sandbox.h b/lib/grammar_sandbox.h
index 6e61ce1b46..5da0b05d09 100644
--- a/lib/grammar_sandbox.h
+++ b/lib/grammar_sandbox.h
@@ -53,13 +53,4 @@ struct cmd_token_t
char *arg; // user input that matches this token
};
-struct cmd_token_t *
-new_cmd_token (enum cmd_token_type_t, char *, char *);
-
-void
-del_cmd_token (struct cmd_token_t *);
-
-struct cmd_token_t *
-copy_cmd_token (struct cmd_token_t *);
-
#endif /* _GRAMMAR_SANDBOX_H */