]> diplodocus.org Git - nmh/blobdiff - uip/show.c
Clean up fakesmtp and the post tests a bit to hopefully reduce race
[nmh] / uip / show.c
index a59e10c35f0ae08b3151d08ea5c8e156b172d69a..60f1e62eb61d5aaf653dfe29ea545588b1dd20b4 100644 (file)
@@ -52,9 +52,6 @@ static struct swit switches[] = {
  */
 static int is_nontext(char *);
 
-/* prototype from mhlsbr.c */
-int mhl (int, char **);
-
 #define        SHOW  0
 #define        NEXT  1
 #define        PREV  2
@@ -362,19 +359,6 @@ go_to_it: ;
     return 0;  /* dead code to satisfy the compiler */
 }
 
-/*
- * Cheat:  we are loaded with adrparse, which wants a routine called
- * OfficialName().  We call adrparse:getm() with the correct arguments
- * to prevent OfficialName() from being called.  Hence, the following
- * is to keep the loader happy.
- */
-
-char *
-OfficialName (char *name)
-{
-    return name;
-}
-
 
 /*
  * Check if a message or file contains any non-text parts