diff uip/whatnowsbr.c @ 16:07f8972434be

fix for Yosemita Clang
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 12 Nov 2014 02:46:27 +0900
parents 441a2190cfae
children
line wrap: on
line diff
--- a/uip/whatnowsbr.c	Thu May 03 17:09:32 2012 +0900
+++ b/uip/whatnowsbr.c	Wed Nov 12 02:46:27 2014 +0900
@@ -18,7 +18,8 @@
 #define	MIMEminc(a)	0
 #endif
 
-static int	editfile(), copyf(), sendfile(), sendit(), whomfile();
+static int	editfile(), copyf(), sendfile(), whomfile();
+static void sendit(); 
 #ifdef	MIME
 static int	mhnfile();
 #endif
@@ -694,7 +695,7 @@
 
 /*  */
 
-static  sendit (sp, arg, file, pushed)
+static  void sendit (sp, arg, file, pushed)
 register char  *sp,
 	      **arg,
                *file;