diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-27 10:51:22 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-27 10:51:22 +0800 |
commit | 61eaeca075313705fae418152deae1fef23298d1 (patch) | |
tree | 931689b8528d3efeab94b3c648cff363e147018a /include | |
parent | a3906f91f849bd46d75725e6e981ff0fe00712d1 (diff) | |
download | pttbbs-61eaeca075313705fae418152deae1fef23298d1.tar pttbbs-61eaeca075313705fae418152deae1fef23298d1.tar.gz pttbbs-61eaeca075313705fae418152deae1fef23298d1.tar.bz2 pttbbs-61eaeca075313705fae418152deae1fef23298d1.tar.lz pttbbs-61eaeca075313705fae418152deae1fef23298d1.tar.xz pttbbs-61eaeca075313705fae418152deae1fef23298d1.tar.zst pttbbs-61eaeca075313705fae418152deae1fef23298d1.zip |
* solve: 'ctrl-u a' several times will drop connection
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4884 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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 793fc8b9..3c2895a2 100644 --- a/include/proto.h +++ b/include/proto.h @@ -236,7 +236,7 @@ void reginit_fav(void); /* friend */ void friend_edit(int type); -void friend_load(int); +void friend_load(int type, int do_login); int t_override(void); int t_reject(void); int t_fix_aloha(); @@ -579,7 +579,7 @@ int t_talk(void); int t_display(void); int my_query(const char *uident); int logout_friend_online(userinfo_t*); -void login_friend_online(void); +void login_friend_online(int do_login); int isvisible_uid(int tuid); int friend_stat(const userinfo_t *me, const userinfo_t * ui); int call_in(const userinfo_t *uentp, int fri_stat); |