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 --- smtp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index dfc96c66..96b3e44b 100644 --- a/smtp.h +++ b/smtp.h @@ -14,7 +14,6 @@ #define SM_ERROR 128 #define SM_UNRECOVERABLE 129 -#ifdef HAVE_PROTOTYPES int SMTP_helo(FILE *sockfp,char *host); int SMTP_from(FILE *sockfp,char *from); int SMTP_rcpt(FILE *sockfp,char *to); @@ -23,6 +22,5 @@ int SMTP_eom(FILE *sockfp); int SMTP_quit(FILE *sockfp); int SMTP_ok(FILE *sockfp,char *argbuf); void SMTP_rset(FILE *sockfp); -#endif /* HAVE_PROTOTYPES */ #endif -- cgit v1.2.3