diff options
-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 */ |