diff options
Diffstat (limited to 'sbin/hastd/parse.y')
-rw-r--r-- | sbin/hastd/parse.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/hastd/parse.y b/sbin/hastd/parse.y index bd0690a..6bfb537 100644 --- a/sbin/hastd/parse.y +++ b/sbin/hastd/parse.y @@ -75,6 +75,8 @@ static char depth1_provname[PATH_MAX]; static char depth1_localpath[PATH_MAX]; static int depth1_metaflush; +extern void yyerror(const char *); +extern int yylex(void); extern void yyrestart(FILE *); static int isitme(const char *name); |