summaryrefslogtreecommitdiff
blob: 5deec4ea519417a7debd408932371106dddd4830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/parsetimey.y
+++ b/parsetimey.y
@@ -7,6 +7,9 @@
 
 #define YYDEBUG 1
 
+int yyerror(char *s);
+int yylex(void);
+
 time_t currtime;
 struct tm exectm;
 static int isgmt;