X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/000433d171b74e82024add9f11536b42c118dde3..366cc6fc4c7bf1eed47cc9b52d0ef809b2e90174:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index b3cd49f6..f123b35f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -16,11 +16,3 @@ char *etcpath(char *) NONNULL(1); struct msgs_array; int pidwait (pid_t, int); - -/* - * prototypes for some routines in uip - */ -int mhlsbr(int, char **, FILE *(*)(char *)); -int what_now (char *, int, int, char *, char *, - int, struct msgs *, char *, int, char *, int); -int WhatNow(int, char **) NORETURN;