summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/proto.h b/include/proto.h
index 879d9a8a..80265894 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -141,7 +141,6 @@ int give_money_ui(const char *userid);
int p_give(void);
int p_cloak(void);
int p_from(void);
-int ordersong(void);
int p_exmail(void);
int mail_redenvelop(const char* from, const char* to, int money, char *fpath);
void resolve_over18(void);
@@ -604,9 +603,9 @@ int term_init(void);
void term_resize(int w, int h);
void bell(void);
-/* topsong */
-void sortsong(void);
-int topsong(void);
+/* ordersong */
+int ordersong(void);
+int topsong(void);
/* user */
int kill_user(int num, const char *userid);