Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / show.c
index 7927ac5..d656bf9 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