summaryrefslogtreecommitdiffstats
path: root/src/file.c
diff options
context:
space:
mode:
authorIku <iku@yokattana.com>2017-02-08 12:22:05 +0100
committerIku <iku@yokattana.com>2017-02-08 12:22:30 +0100
commit8af5f095b8e6763d391d03b4c104343ab45c8518 (patch)
tree53e4535843291ff18bbd27fa3cd6a3d5a2847d48 /src/file.c
parentb9486522575038f93a7dc08ce8860ef7a270ba4b (diff)
Declare yyparse() to silence compiler warning
Diffstat (limited to 'src/file.c')
-rw-r--r--src/file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.c b/src/file.c
index f4c5960..b3e78f2 100644
--- a/src/file.c
+++ b/src/file.c
@@ -33,6 +33,8 @@
extern struct ent * freeents;
+extern int yyparse(void);
+
/* erase the database (tbl, etc.) */
void erasedb() {
int r, c;