X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5ceec6ea91087584eb7aa20e9ce6671c243770e1..366cc6fc4c7bf1eed47cc9b52d0ef809b2e90174:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 8ee45149..f123b35f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -16,12 +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 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;