diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-30 15:27:50 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-30 15:27:50 +0800 |
commit | f7580a82e730f46435f9ed3b28ad3d64794123a2 (patch) | |
tree | 53d2b969285997ed8bf4b29fe4dded56037edc12 /include | |
parent | d5b5abdff83a61cd1f824556e7cd7bfddde70956 (diff) | |
download | pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.tar pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.tar.gz pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.tar.bz2 pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.tar.lz pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.tar.xz pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.tar.zst pttbbs-f7580a82e730f46435f9ed3b28ad3d64794123a2.zip |
passwd update debug
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1636 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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 25857b96..cd3e791c 100644 --- a/include/proto.h +++ b/include/proto.h @@ -584,6 +584,7 @@ void sortsong(); int topsong(); /* user */ +int kill_user(int num); int u_editcalendar(); void user_display(userec_t *u, int real); void uinfo_query(userec_t *u, int real, int unum); |