X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmshcmds.c;h=9937a1dd31b73726ad5d58dacc15beb8c47325d1;hb=02e25280094d8245772acf03396fe31c278ea337;hp=19d8b5b2f3973ddbb0642787fd375ee5e5400b47;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 19d8b5b..9937a1d 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -33,13 +33,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 */ static int burst (struct Msg *, int, int, int, int); @@ -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) {