X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3c060a503d733e7c119fc7bde9b484cb036e4393..366cc6fc4c7bf1eed47cc9b52d0ef809b2e90174:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 12abb1d2..f123b35f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -15,24 +15,4 @@ char *etcpath(char *) NONNULL(1); struct msgs_array; -int m_gmprot (void) PURE; -char *m_name (int); - 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;