diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index cc69cda3..31d0b00a 100644 --- a/include/proto.h +++ b/include/proto.h @@ -284,6 +284,7 @@ void friend_edit(int type); void friend_load(int); int t_override(void); int t_reject(void); +int t_fix_aloha(); void friend_add(const char *uident, int type, const char *des); void friend_delete(const char *uident, int type); void friend_delete_all(const char *uident, int type); |