aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-19 22:50:40 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-19 22:50:40 +0100
commite65b12821b9521625ae1e41be4b499d46aaba52b (patch)
tree430e8bea5ae768785a8cf80738a0a5d4077820cd
parentf91588b4e1a4f3d770bba2f893af9ef89b3a46d5 (diff)
Sorted the function declarations
-rw-r--r--FICS/comproc.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/FICS/comproc.h b/FICS/comproc.h
index 0eaa707..f711022 100644
--- a/FICS/comproc.h
+++ b/FICS/comproc.h
@@ -37,44 +37,44 @@ extern const int light_rat;
*/
extern int num_news;
-extern int com_rating_recalc();
-extern int com_more();
-extern void rscan_news(FILE *, int, int);
-extern void rscan_news2(FILE *, int, int);
-
-extern int com_quit();
-extern int com_index();
-extern int com_help();
-extern int com_info();
-extern int com_adhelp();
-extern int com_uscf();
-extern int com_set();
extern int FindPlayer();
-extern int com_stats();
-extern int com_password();
-extern int com_uptime();
+extern int com_adhelp();
+extern int com_alias();
+extern int com_bell();
extern int com_date();
+extern int com_flip();
+extern int com_getpi();
+extern int com_getps();
+extern int com_handles();
+extern int com_help();
+extern int com_highlight();
+extern int com_index();
+extern int com_info();
+extern int com_limits();
extern int com_llogons();
extern int com_logons();
-extern int com_who();
-extern int com_refresh();
-extern int com_prefresh();
+extern int com_mailhelp();
+extern int com_mailsource();
+extern int com_more();
+extern int com_news();
extern int com_open();
+extern int com_password();
+extern int com_prefresh();
+extern int com_promote();
+extern int com_quit();
+extern int com_rating_recalc();
+extern int com_refresh();
+extern int com_servers();
+extern int com_set();
extern int com_simopen();
-extern int com_bell();
-extern int com_flip();
-extern int com_highlight();
+extern int com_stats();
extern int com_style();
-extern int com_promote();
-extern int com_alias();
extern int com_unalias();
-extern int com_servers();
-extern int com_mailsource();
-extern int com_mailhelp();
-extern int com_handles();
-extern int com_news();
-extern int com_getpi();
-extern int com_getps();
-extern int com_limits();
+extern int com_uptime();
+extern int com_uscf();
+extern int com_who();
+
+extern void rscan_news(FILE *, int, int);
+extern void rscan_news2(FILE *, int, int);
#endif /* _COMPROC_H */