diff options
Diffstat (limited to 'lib/grammar_sandbox.h')
| -rw-r--r-- | lib/grammar_sandbox.h | 9 |
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 */ |
