X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;h=d656bf9527bde71eeb1dde83d641d4e1a70d0026;hp=7927ac564c0275f1b913f8ad304bb0df52ce6748;hb=8563731b02ce9d750806f6b1769af8b399d964e8;hpb=3da6cc979e0e8e466f760acc113314c57176fea9 diff --git a/uip/show.c b/uip/show.c index 7927ac5..d656bf9 100644 --- a/uip/show.c +++ b/uip/show.c @@ -49,6 +49,9 @@ 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