diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-06 14:45:13 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-06 14:45:13 +0800 |
commit | 84eb7263b74d4a83a3ab4636557e1584675841bb (patch) | |
tree | d3cc26f39de17d36dd0ddd14973d65605c0094df /include/proto.h | |
parent | dfea74efad41eddf6350265a5b41eed98a080022 (diff) | |
download | pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.gz pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.bz2 pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.lz pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.xz pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.zst pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.zip |
article money issue updates
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2998 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 2cf1f204..d4e8c785 100644 --- a/include/proto.h +++ b/include/proto.h @@ -368,6 +368,7 @@ int reply_connection_request(const userinfo_t *uip); int establish_talk_connection(const userinfo_t *uip); void my_talk(userinfo_t * uin, int fri_stat, char defact); ssize_t tty_read(unsigned char *buf, size_t max); +int query_file_money(const fileheader_t *pfh); /* menu */ void showtitle(const char *title, const char *mid); |