about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 21:35:15 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 21:35:15 +0000
commitb26e6060615cfff42b56ef5e40c178a2e9502368 (patch)
treeee625a47f7dc3ead04f422c5906ed5e840fa0c98 /tests
parenta575ab174cba020a96c24e6a43d1120523bd7e4e (diff)
downloadprofani-tty-b26e6060615cfff42b56ef5e40c178a2e9502368.tar.gz
Renamed ui_room_broadcast -> mucwin_broadcast
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 8fdc6b98..1dc6843b 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -225,7 +225,7 @@ void ui_room_banned(const char * const roomjid, const char * const actor, const
 void mucwin_occupant_banned(const char * const roomjid, const char * const nick, const char * const actor,
     const char * const reason) {}
 void ui_leave_room(const char * const roomjid) {}
-void ui_room_broadcast(const char * const roomjid,
+void mucwin_broadcast(const char * const roomjid,
     const char * const message) {}
 void mucwin_occupant_offline(const char * const roomjid, const char * const nick) {}
 void mucwin_occupant_online(const char * const roomjid, const char * const nick, const char * const roles,
#n140'>140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198