X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=46a89ce9745cadb37bd5f9c611fe4938224665b2;hb=6b80b3bb772e2cf9186cf964bf78109b677e1bef;hp=cd282b0fe74102b3c9464796100779afa9fb2239;hpb=f91306c3767cfdca47dd84ab865947c9dda9a745;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index cd282b0..46a89ce 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,14 +138,12 @@ 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); +int annotate(char *, char *, char *, int, int, int); void annolist(char *, char *, char *, int); void annopreserve(int); int distout(char *, char *, char *); -void replout(FILE *, char *, char *, struct msgs *, int, - char *, char *, char *); int what_now(char *, int, int, char *, char *, int, struct msgs *, - char *, int, char *); + char *, char *); /* ** from the former mts.h