X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=07506ff764d942a3f30cdc18492389c312f5bb04;hp=0fc9575b5db4eeafbf6d05b5820f47f88c83c479;hb=c25bc063f35aaad6938c2022dae7a283346c2769;hpb=ea912b20ba2b3b9dfdbbae758ad56263c9aa41b3 diff --git a/protos.h b/protos.h index 0fc9575..07506ff 100644 --- a/protos.h +++ b/protos.h @@ -61,7 +61,7 @@ BODY *mutt_make_message_attach (CONTEXT *, HEADER *, int); BODY *mutt_remove_multipart (BODY *); BODY *mutt_make_multipart (BODY *); BODY *mutt_new_body (void); -BODY *mutt_parse_multipart (FILE *, const char *, LOFF_T, int); +BODY *mutt_parse_multipart (FILE *, const char *, off_t, int); BODY *mutt_parse_messageRFC822 (FILE *, BODY *); BODY *mutt_read_mime_header (FILE *, int); @@ -373,11 +373,11 @@ extern char *sys_errlist[]; #define memmove(d,s,n) bcopy((s),(d),(n)) #endif +#ifdef _AIX /* AIX doesn't define these in any headers (sigh) */ int strcasecmp (const char *, const char *); int strncasecmp (const char *, const char *, size_t); -#ifdef _AIX int setegid (gid_t); #endif /* _AIX */