X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsh.c;h=80bc1d21942507d6e31707a2a5d9ab6c684d2612;hb=816e17172cdbc108242a824d377ebba04b8d63ca;hp=233982174c11b703102835f226361d57038f1975;hpb=3a84d814004fd4557bf4f44952648e9e69bd22a8;p=mmh diff --git a/uip/msh.c b/uip/msh.c index 2339821..80bc1d2 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -153,11 +153,8 @@ int told_to_quit; /* SIGQUIT detected */ /* * prototypes */ -int SOprintf (char *, ...); /* from termsbr.c */ -int sc_width (void); /* from termsbr.c */ void fsetup (char *); void setup (char *); -FILE *msh_ready (int, int); void readids (int); int readid (int); void display_info (int); @@ -176,7 +173,6 @@ static int read_map (char *, long); static int read_file (long, int); static void m_gMsgs (int); -FILE *msh_ready (int, int); static int check_folder (int); static void scanrange (int, int); static void scanstring (char *);