diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-13 13:26:05 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-13 13:26:05 +0800 |
commit | a74e3e0cccde3c0b82dce01236f4acfd6088eaba (patch) | |
tree | 9c2dc37bafcd08df3129b0ca0d6392a234aceb45 /include | |
parent | c6ce13457f0f714877bf0d3c0b6fcb59260c5092 (diff) | |
download | pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.tar pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.tar.gz pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.tar.bz2 pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.tar.lz pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.tar.xz pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.tar.zst pttbbs-a74e3e0cccde3c0b82dce01236f4acfd6088eaba.zip |
integrate kill-user's code
bug killed: somethings a new user will be alohaed by friends of previous
owner of the same id.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3032 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 3c52ee35..329736a9 100644 --- a/include/proto.h +++ b/include/proto.h @@ -700,7 +700,7 @@ void sortsong(void); int topsong(void); /* user */ -int kill_user(int num); +int kill_user(int num, const char *userid); int u_editcalendar(void); void user_display(const userec_t *u, int real); void uinfo_query(userec_t *u, int real, int unum); |