X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1df12c32a2bcfd3113363be78440f59b270d51dc..366cc6fc4c7bf1eed47cc9b52d0ef809b2e90174:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index aad07574..f123b35f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -16,14 +16,3 @@ char *etcpath(char *) NONNULL(1); struct msgs_array; int pidwait (pid_t, int); - -/* - * prototypes for some routines in uip - */ -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;