X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f9754b35f2f3b4c5cb0890f154181d2bab66c679..5bc2777230cdc4cea23ff87df356af3fb0cfadf9:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index d47ac224..f123b35f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -16,20 +16,3 @@ char *etcpath(char *) NONNULL(1); struct msgs_array; int pidwait (pid_t, int); - -void scan_detect_mbox_style (FILE *); -void scan_finished(void); - -/* - * prototypes for some routines in uip - */ -int annotate (char *, char *, char *, bool, bool, int, bool); -void annolist(char *, char *, char *, int); -void annopreserve(int); -int mhl(int, char **); -int mhlsbr(int, char **, FILE *(*)(char *)); -int distout (char *, char *, char *); -int sendsbr (char **, int, char *, char *, struct stat *, int, const char *); -int what_now (char *, int, int, char *, char *, - int, struct msgs *, char *, int, char *, int); -int WhatNow(int, char **) NORETURN;