]> git.marmaro.de Git - mmh/blobdiff - uip/mshcmds.c
Part of the patch from bug #4301; clean up our prototypes, a lot. Still
[mmh] / uip / mshcmds.c
index 19d8b5b2f3973ddbb0642787fd375ee5e5400b47..9937a1dd31b73726ad5d58dacc15beb8c47325d1 100644 (file)
@@ -32,13 +32,6 @@ static FILE *mhlfp;
  */
 typedef int (*qsort_comp) (const void *, const void *);
 
-/*
- * prototypes
- */
-void clear_screen (void);   /* from termsbr.c */
-int SOprintf (char *, ...); /* from termsbr.c */
-int sc_width (void);        /* from termsbr.c */
-
 /*
  * static prototypes
  */
@@ -58,9 +51,6 @@ static int process (int, char *, int, char **);
 static void copy_message (int, FILE *);
 static void copy_digest (int, FILE *);
 
-/* from mhlsbr.c */
-int mhlsbr (int, char **, FILE *(*)());
-
 void
 forkcmd (char **args, char *pgm)
 {