X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b54c3cca7632b31faf33e57f35631e9589551e1a..c51d837b9bda943c5e0235b92ca3b98803185e17:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 3cec8aea..f123b35f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -15,23 +15,4 @@ char *etcpath(char *) NONNULL(1); struct msgs_array; -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;