From 8f5b48e13cf433f9373fc5269fa55c571c0359dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 19:58:14 +0000 Subject: [PATCH] declear yyparse as a function taking no arguments git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14933 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index 3918f9b2f..3cd021b6d 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -166,7 +166,7 @@ extern int LIBPREFIX(fclose) (FILE *); int fclose(FILE *stream); -int yyparse(); +int yyparse(void); #ifndef LOG_FTP #define LOG_FTP LOG_DAEMON