diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index b51e0147..531bf467 100644 --- a/include/proto.h +++ b/include/proto.h @@ -44,7 +44,7 @@ int t_angelmsg(void); int angel_reject_me(userinfo_t * uin); void CallAngel(void); void angel_toggle_pause(); -void angel_load_my_nick(char *buf, int szbuf); +void angel_load_my_fullnick(char *buf, int szbuf); // full nick! const char *angel_get_nick(); /* announce */ |