Eliminate some "implicit function declaration" warnings
[openafs.git] / src / uss / grammar.y
index 2c3fede..7abb30c 100644 (file)
 
 extern int line;
 extern int uss_perr;
+
+extern int yylex(void);
+extern int yyerror(char *);
+
 %}
 
 %union