summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-16 20:40:24 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-16 20:40:24 +0000
commit6b1307055392a9a07e7ea384fe2eedb3de11b8f8 (patch)
treec1c1b98c2bcd2a140c3ddc04a8d7eadbd54ccdf1 /usr.bin
parent88e7a143daa7d630085cb7620870bd2858d567ee (diff)
prototype yyerror
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rdist/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h
index d4fbfe27be3..ae76052a6be 100644
--- a/usr.bin/rdist/defs.h
+++ b/usr.bin/rdist/defs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: defs.h,v 1.8 1998/06/26 21:21:06 millert Exp $ */
+/* $OpenBSD: defs.h,v 1.9 1998/07/16 20:40:23 millert Exp $ */
#ifndef __DEFS_H__
#define __DEFS_H__
@@ -403,6 +403,7 @@ extern void message(int, char *, ...);
#ifndef HAVE_SETPROCTITLE
extern void setproctitle(char *fmt, ...);
#endif
+extern void yyerror(char *);
#else
extern void debugmsg();
extern void error();
@@ -411,6 +412,7 @@ extern void message();
#ifndef HAVE_SETPROCTITLE
extern void setproctitle();
#endif
+extern void yyerror();
#endif
#endif /* __DEFS_H__ */