summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-02 14:41:31 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-02 14:41:31 +0800
commit702edad799fc813d84a29673de87d7e58854ed39 (patch)
tree4c5792a97bb89ea4161c6a693ac6b7c29df64f50 /include/proto.h
parentc9def28ad0172a5066e63bef771cfd1c325a9e40 (diff)
downloadpttbbs-702edad799fc813d84a29673de87d7e58854ed39.tar
pttbbs-702edad799fc813d84a29673de87d7e58854ed39.tar.gz
pttbbs-702edad799fc813d84a29673de87d7e58854ed39.tar.bz2
pttbbs-702edad799fc813d84a29673de87d7e58854ed39.tar.lz
pttbbs-702edad799fc813d84a29673de87d7e58854ed39.tar.xz
pttbbs-702edad799fc813d84a29673de87d7e58854ed39.tar.zst
pttbbs-702edad799fc813d84a29673de87d7e58854ed39.zip
- angel system: extend pager modes to 3 types (accept, reject new, reject all)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4064 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/proto.h b/include/proto.h
index d7fe1111..6cda35fa 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -38,6 +38,13 @@ int make_symbolic_link(const char *bname, int gid);
int make_symbolic_link_interactively(int gid);
void merge_dir(const char *dir1, const char *dir2, int isoutter);
+/* angel */
+int t_changeangel(void);
+int t_angelmsg(void);
+int angel_reject_me(userinfo_t * uin);
+void angel_toggle_pause();
+void CallAngel(void);
+
/* announce */
int a_menu(const char *maintitle, const char *path, int lastlevel, int lastbid, char *trans_buffer);
void a_copyitem(const char* fpath, const char* title, const char* owner, int mode);
@@ -102,9 +109,7 @@ int brc_initial_board(const char *boardname);
int brc_unread(int bid, const char *fname, time4_t modified);
int brc_unread_time(int bid, time4_t ftime,time4_t modified);
void brc_addlist(const char* fname, time4_t modified);
-
void brc_update(void);
-
void brc_toggle_all_read(int bid, int is_all_read);
/* cache */
@@ -658,11 +663,6 @@ 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);
-void CallAngel(void);
-#endif
/* tmpjack */
int reg_barbq(void);