From cb236290e267f17d5f81a18d742b81f1b74b05a2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 17:51:52 +0000 Subject: Prototypes everywhere. svn path=/trunk/; revision=515 --- fetchmail.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 785d7e17..9bdc6e96 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -148,8 +148,6 @@ extern int linelimit; /* limit # lines retrieved per site */ extern int versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ -#ifdef HAVE_PROTOTYPES - /* prototypes for globally callable functions */ #if defined(HAVE_STDARG_H) void gen_send (FILE *sockfp, char *, ... ); @@ -198,16 +196,8 @@ char *getpassword(char *); void escapes(const char *, char *); -void yyerror(char *); -int yylex(); - -#else - -struct query *hostinit(); -char *MD5Digest (); -void optmerge(); - -#endif +void yyerror(const char *); +int yylex(void); #define FALSE 0 #define TRUE 1 -- cgit v1.2.3