summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-01 15:58:43 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-01 15:58:43 +0800
commita94b472a72351631253be327d73738cc4d0dd00d (patch)
tree51aa0170f6ba89561451469efb067290191920e3 /include/proto.h
parent1d8009f548a41b171b7c9ef562ce043f7103b671 (diff)
downloadpttbbs-a94b472a72351631253be327d73738cc4d0dd00d.tar
pttbbs-a94b472a72351631253be327d73738cc4d0dd00d.tar.gz
pttbbs-a94b472a72351631253be327d73738cc4d0dd00d.tar.bz2
pttbbs-a94b472a72351631253be327d73738cc4d0dd00d.tar.lz
pttbbs-a94b472a72351631253be327d73738cc4d0dd00d.tar.xz
pttbbs-a94b472a72351631253be327d73738cc4d0dd00d.tar.zst
pttbbs-a94b472a72351631253be327d73738cc4d0dd00d.zip
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
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
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);