<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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;
</pre></body></html>