]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
%(divide): Avoid SIGFPE on integer divide of INT_MIN by -1.
[nmh] / h / prototypes.h
index dad46e39af3b2ee1dd009c5495a636eb227c3de7..f123b35f58a8e8e518f60d9b0d84e5840a2bb9a5 100644 (file)
@@ -16,13 +16,3 @@ char *etcpath(char *) NONNULL(1);
 struct msgs_array;
 
 int pidwait (pid_t, int);
 struct msgs_array;
 
 int pidwait (pid_t, int);
-
-/*
- * prototypes for some routines in uip
- */
-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;