diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-03 00:08:30 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-03 00:08:30 +0800 |
commit | b25a423c98a1ef5763b9810d554417546214417d (patch) | |
tree | 6c607913f0c5c89f4101bc289abd8986ec482125 /include | |
parent | c72299766768d9c73ad7ee2eda23afb5033eaec7 (diff) | |
download | pttbbs-b25a423c98a1ef5763b9810d554417546214417d.tar pttbbs-b25a423c98a1ef5763b9810d554417546214417d.tar.gz pttbbs-b25a423c98a1ef5763b9810d554417546214417d.tar.bz2 pttbbs-b25a423c98a1ef5763b9810d554417546214417d.tar.lz pttbbs-b25a423c98a1ef5763b9810d554417546214417d.tar.xz pttbbs-b25a423c98a1ef5763b9810d554417546214417d.tar.zst pttbbs-b25a423c98a1ef5763b9810d554417546214417d.zip |
- angel: allow user to call paged rejnew angel in hh mode, even if angel has not really replied.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4069 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 6cda35fa..dabdbc18 100644 --- a/include/proto.h +++ b/include/proto.h @@ -42,8 +42,10 @@ void merge_dir(const char *dir1, const char *dir2, int isoutter); int t_changeangel(void); int t_angelmsg(void); int angel_reject_me(userinfo_t * uin); -void angel_toggle_pause(); void CallAngel(void); +void angel_toggle_pause(); +void angel_load_my_nick(char *buf, int szbuf); +const char *angel_get_nick(); /* announce */ int a_menu(const char *maintitle, const char *path, int lastlevel, int lastbid, char *trans_buffer); |