]> diplodocus.org Git - nmh/blobdiff - uip/show.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / show.c
index 7927ac564c0275f1b913f8ad304bb0df52ce6748..d656bf9527bde71eeb1dde83d641d4e1a70d0026 100644 (file)
@@ -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