Defined show(mime)proc locally and removed their profile entries.
[mmh] / uip / show.c
index 70df693..4abc3d7 100644 (file)
@@ -26,7 +26,7 @@ static struct swit switches[] = {
 #define SHOWMIMESW  6
        { "showmimeproc program", 0 },
 #define FILESW  7
-       { "file file", -4 },  /* interface from lproc (whatnow) */
+       { "file file", -4 },  /* interface from whatnow (listproc) */
 #define VERSIONSW  8
        { "version", 0 },
 #define HELPSW  9
@@ -43,6 +43,8 @@ static int is_nontext(char *);
 #define NEXT  1
 #define PREV  2
 
+char *showproc = "mhl";
+char *showmimeproc = "mhshow";
 
 int
 main(int argc, char **argv)