X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=ff38dd39eab5cf2b8c3851983b26d54f63d8a54e;hb=ef1216bc36bd48ceb7549ae76aa7c26e3be4d9e4;hp=00768e5df9b564f0b72bd4a2f7500bc6707b69a9;hpb=81744a46ac9f845d6c2b9908074d269275178d2e;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 00768e5..ff38dd3 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -80,7 +80,7 @@ void m_unknown(FILE *); int makedir(char *); char *nmh_getpass(const char *); char *norm_charmap(char *); -char *new_fs(char *, char *, char *); +char *new_fs(char *, char *); int peekc(FILE *ib); int pidwait(pid_t, int); int pidstatus(int, FILE *, char *); @@ -138,7 +138,7 @@ int strncasecmp(const char *s1, const char *s2, size_t n); /* ** prototypes for some routines in uip */ -int annotate(char *, char *, char *, int, int, int); +int annotate(char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); void annopreserve(int); int distout(char *, char *, char *);