]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
%(divide): Avoid SIGFPE on integer divide of INT_MIN by -1.
[nmh] / h / prototypes.h
index b3cd49f61f18b76d339754bea9bad1df0de73183..f123b35f58a8e8e518f60d9b0d84e5840a2bb9a5 100644 (file)
@@ -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;