From 7f294a59cb2bc7a1f685048adf574b34d1aa97c9 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 18 Apr 2005 21:55:14 +0000 Subject: missing prototype for get_date(); from deraadt@ --- usr.bin/cvs/date.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/date.y b/usr.bin/cvs/date.y index 685c3982b2d..71494006852 100644 --- a/usr.bin/cvs/date.y +++ b/usr.bin/cvs/date.y @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: date.y,v 1.5 2005/03/30 16:41:07 joris Exp $ */ +/* $OpenBSD: date.y,v 1.6 2005/04/18 21:55:13 joris Exp $ */ /* ** Originally written by Steven M. Bellovin while @@ -82,6 +82,7 @@ static int yyerror (const char *, ...); static int yylex (void); static int yyparse (void); +time_t get_date(char *, struct timeb *); %} -- cgit v1.2.3