clean up a few prototypes that weren't defined centrally in headers
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 12 Mar 2002 18:49:39 +0000 (18:49 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 12 Mar 2002 18:49:39 +0000 (18:49 +0000)
citadel/routines.c
citadel/routines2.h

index c3c9f65743bbd8fe9f0619e1dd9852b2dbe6757f..8781a4077737150770893dd16b96fdaf3cf5ade6 100644 (file)
@@ -50,16 +50,8 @@ struct utmp *getutline(struct utmp *ut);
 #include "routines.h"
 #include "commands.h"
 #include "tools.h"
-
-void sttybbs(int cmd);
-void newprompt(char *prompt, char *str, int len);
-void val_user(char *, int);
-void formout(char *name);
-void logoff(int code);
-void set_keepalives(int s);
-void strprompt(char *prompt, char *str, int len);
-void newprompt(char *prompt, char *str, int len);
-void color(int colornum);
+#include "citadel_decls.h"
+#include "routines2.h"
 
 #define IFAIDE if(axlevel>=6)
 #define IFNAIDE if (axlevel<6)
index cd57d12b1a9744e1a6f1a86dc20da66137847985..52ac94320ba084005e1f7fb5e57d99d65d4d67b4 100644 (file)
@@ -16,3 +16,4 @@ void do_internet_configuration(void);
 void do_ignet_configuration(void);
 void network_config_management(char *entrytype, char *comment);
 void do_filterlist_configuration(void);
+void val_user(char *user, int do_validate);