about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.h')
-rw-r--r--src/profanity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profanity.h b/src/profanity.h
index ab1ea878..670a0f20 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -52,5 +52,7 @@ void prof_handle_room_member_online(const char * const room,
 void prof_handle_room_member_offline(const char * const room,
     const char * const nick, const char * const show, const char * const status);
 void prof_handle_leave_room(const char * const room);
+void prof_handle_room_member_nick_change(const char * const room,
+    const char * const old_nick, const char * const nick);
 
 #endif
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148