summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 705992cd..84c2ae5a 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -210,11 +210,11 @@ ChessInfo* chc_replay(FILE* fp);
/* chicken */
int chicken_main(void);
int chickenpk(int fd);
-int reload_chicken(void);
+int load_chicken(const char *uid, chicken_t *mychicken);
void chicken_query(const char *userid);
void ch_buyitem(int money, const char *picture, int *item, int haveticket);
void show_chicken_data(chicken_t *thechicken, chicken_t *pkchicken);
-int load_chicken(const char *uid, chicken_t *mychicken);
+void chicken_toggle_death(const char *uid);
/* dark */
int main_dark(int fd,userinfo_t *uin);