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 | 9209d4af66d7a4583ed562ad78aa280bb6e26ac5 (patch) | |
tree | 419be1275f63639d08ba5f095f1c6bac1f1c7e5f | |
parent | 9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5 (diff) | |
download | pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.tar pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.tar.gz pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.tar.bz2 pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.tar.lz pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.tar.xz pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.tar.zst pttbbs-9209d4af66d7a4583ed562ad78aa280bb6e26ac5.zip |
for ���L�����o��
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@811 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index ef5693cc..e4bcf25c 100644 --- a/include/proto.h +++ b/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); |