]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Corrected comment: whom(1) does not use context_foil().
[nmh] / h / prototypes.h
index aad075748d40c5ac0254ce5e5d3f215309b7de2c..f123b35f58a8e8e518f60d9b0d84e5840a2bb9a5 100644 (file)
@@ -16,14 +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 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;