Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
/* pointers to copy of command docstring */
char *docstr_start, *docstr;
};
+
+ extern void set_lexer_string (yyscan_t *scn, const char *string);
+ extern void cleanup_lexer (yyscan_t *scn);
}
/* functionality this unit exports */
%code {
- extern void set_lexer_string (yyscan_t *scn, const char *string);
- extern void cleanup_lexer (yyscan_t *scn);
-
/* bison declarations */
void
cmd_yyerror (struct parser_ctx *ctx, char const *msg);