]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
Removed the interactive prompt from comp when disposing an existing message.
[mmh] / h / prototypes.h
index cd282b0fe74102b3c9464796100779afa9fb2239..00768e5df9b564f0b72bd4a2f7500bc6707b69a9 100644 (file)
@@ -138,14 +138,12 @@ int strncasecmp(const char *s1, const char *s2, size_t n);
 /*
 ** prototypes for some routines in uip
 */
 /*
 ** 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 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 *,
 int what_now(char *, int, int, char *, char *, int, struct msgs *,
-               char *, int, char *);
+               char *, char *);
 
 /*
 ** from the former mts.h
 
 /*
 ** from the former mts.h