diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-28 09:02:46 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-28 09:02:46 +0800 |
commit | 6621eaf791c69c05594775b4e0874903c84695c3 (patch) | |
tree | 933ee4a6f3e2cd9525b34ad10c3bc7b4714e6f3a | |
parent | 6a7e38fcae2a2bf3f5a03c861673cb6d953362cb (diff) | |
download | pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.tar pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.tar.gz pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.tar.bz2 pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.tar.lz pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.tar.xz pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.tar.zst pttbbs-6621eaf791c69c05594775b4e0874903c84695c3.zip |
for ���L�����o��
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@811 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h index ef5693cc..e4bcf25c 100644 --- a/pttbbs/include/proto.h +++ b/pttbbs/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.38 2003/03/26 10:21:29 in2 Exp $ */ +/* $Id: proto.h,v 1.39 2003/04/28 01:02:46 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -178,7 +178,7 @@ void chc_init_board(board_t board); /* chicken */ int show_file(char *filename, int y, int lines, int mode); -void ch_buyitem(int money, char *picture, int *item); +void ch_buyitem(int money, char *picture, int *item, int haveticket); int chicken_main(); int chickenpk(int fd); void time_diff(chicken_t *thechicken); |