Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
toml: Fixed implicit call
Browse files Browse the repository at this point in the history
  • Loading branch information
bauhaus93 committed Jun 13, 2020
1 parent 55b6682 commit b267362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/toml/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
extern int yyparse (Driver * driver);
extern int yylineno;
extern void initializeLexer (FILE * file);
extern void clearLexer (void);

static Driver * createDriver (Key * parent, KeySet * keys);
static void destroyDriver (Driver * driver);
Expand Down

0 comments on commit b267362

Please sign in to comment.