From a94b472a72351631253be327d73738cc4d0dd00d Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 1 Dec 2007 07:58:43 +0000 Subject: General Update by PttSuggest: - 'w' in mail can msg - author in mail header will highlight if online - recommendation message fix - ignore empty input for login - better prompt for empty fav git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3599 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 8dc9e27f..bc4a2b08 100644 --- a/include/proto.h +++ b/include/proto.h @@ -704,6 +704,7 @@ 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); int make_connection_to_somebody(userinfo_t *uin, int timeout); +int query_online(const char *userid); #ifdef PLAY_ANGEL int t_changeangel(void); int t_angelmsg(void); -- cgit v1.2.3