summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 22:31:41 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 22:31:41 +0800
commitb35ae20a364942ab97ff2d53226f613518fc07eb (patch)
treeed7a3e8ee3df81d3e7c8d5c432f8a14706ad10f6 /include/proto.h
parente2edcb13a0eb21598f99ecc7a4e2627aa1c79bae (diff)
downloadpttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.tar
pttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.tar.gz
pttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.tar.bz2
pttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.tar.lz
pttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.tar.xz
pttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.tar.zst
pttbbs-b35ae20a364942ab97ff2d53226f613518fc07eb.zip
- user/chicken: enable sysop toggle chicken-death
- mail: UI message finetune, prevent 'mail-folder' for non-authorized users git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3970 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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);