comparison 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
comparison
equal deleted inserted replaced
15:1891194b739c 16:07f8972434be
16 #define MIMEminc(a) (a) 16 #define MIMEminc(a) (a)
17 #else 17 #else
18 #define MIMEminc(a) 0 18 #define MIMEminc(a) 0
19 #endif 19 #endif
20 20
21 static int editfile(), copyf(), sendfile(), sendit(), whomfile(); 21 static int editfile(), copyf(), sendfile(), whomfile();
22 static void sendit();
22 #ifdef MIME 23 #ifdef MIME
23 static int mhnfile(); 24 static int mhnfile();
24 #endif 25 #endif
25 /* */ 26 /* */
26 27
692 extern char *annotext; 693 extern char *annotext;
693 extern char *distfile; 694 extern char *distfile;
694 695
695 /* */ 696 /* */
696 697
697 static sendit (sp, arg, file, pushed) 698 static void sendit (sp, arg, file, pushed)
698 register char *sp, 699 register char *sp,
699 **arg, 700 **arg,
700 *file; 701 *file;
701 int pushed; 702 int pushed;
702 { 703 {