summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
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);