diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2013-01-05 00:46:32 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2013-01-05 00:46:32 +0800 |
commit | 47cf7faef476d8e1a08acbb0a8b009c479d14147 (patch) | |
tree | b667ff098c0266819eaaa815b956a5ee2a3f502b | |
parent | 46b0f50077e7ca406f7d30994db59bdebe1f8849 (diff) | |
download | pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.tar pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.tar.gz pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.tar.bz2 pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.tar.lz pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.tar.xz pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.tar.zst pttbbs-47cf7faef476d8e1a08acbb0a8b009c479d14147.zip |
Fix chicken protos
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5749 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h index 922b2fd4..f086e2bd 100644 --- a/pttbbs/include/proto.h +++ b/pttbbs/include/proto.h @@ -186,10 +186,7 @@ ChessInfo* chc_replay(FILE* fp); /* chicken */ int chicken_main(void); -int chickenpk(int fd); -int load_chicken(const char *uid, chicken_t *mychicken); void chicken_query(const char *userid); -void show_chicken_data(chicken_t *thechicken); void chicken_toggle_death(const char *uid); /* dark */ |