]> git.marmaro.de Git - mmh/blobdiff - uip/show.c
Defined show(mime)proc locally and removed their profile entries.
[mmh] / uip / show.c
index 2b53141a80d919e05b0ef15f64093fac6fdc25e3..4abc3d74cf93a62a3b5856b1c55a3006d1c1a7e3 100644 (file)
@@ -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)