X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;h=4abc3d74cf93a62a3b5856b1c55a3006d1c1a7e3;hp=70df6935553878a81cabfb917e81bd7915981c39;hb=5ee5d678d59cf1deea31126bc886333f1be4571d;hpb=0c4214ea2aec6497d0d67b436bbee9bc1d225f1e diff --git a/uip/show.c b/uip/show.c index 70df693..4abc3d7 100644 --- a/uip/show.c +++ b/uip/show.c @@ -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)