diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-02-26 12:00:08 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-02-26 12:00:08 +0800 |
commit | 6dd8c33c9da9019a7c8e1d85255d6f118ce0acef (patch) | |
tree | 2750ae1bd1856a712d9d45056b095089f07e39d1 /include/proto.h | |
parent | 8a9bdc8996d0632a833bfe66f225f23b1e8ad40e (diff) | |
download | pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.tar pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.tar.gz pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.tar.bz2 pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.tar.lz pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.tar.xz pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.tar.zst pttbbs-6dd8c33c9da9019a7c8e1d85255d6f118ce0acef.zip |
- unify give_money in both userlist/g and menu/g.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3951 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 7475042d..57388817 100644 --- a/include/proto.h +++ b/include/proto.h @@ -183,6 +183,7 @@ int x_file(void); int give_money(void); int p_sysinfo(void); int do_give_money(char *id, int uid, int money); +int give_money_ui(const char *userid); int p_give(void); int p_cloak(void); int p_from(void); |