about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-10 01:03:34 +0100
committerJames Booth <boothj5@gmail.com>2015-05-10 01:03:34 +0100
commitaaad3ff90903e05f075076dc87b4ec9e66b4a773 (patch)
tree41154e5b3d9e51d8321cca3d93731d02b17a1d93 /tests
parentd853284f92fb93067b724446f256cefcccd4b67c (diff)
downloadprofani-tty-aaad3ff90903e05f075076dc87b4ec9e66b4a773.tar.gz
Moved logic to notify_message
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index f3c5831f..52c38570 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -500,7 +500,7 @@ void occupantswin_occupants(const char * const room) {}
 void notifier_uninit(void) {}
 
 void notify_typing(const char * const handle) {}
-void notify_message(const char * const handle, int win, const char * const text) {}
+void notify_message(ProfWin *window, const char * const name, const char * const text) {}
 void notify_room_message(const char * const handle, const char * const room,
     int win, const char * const text) {}
 void notify_remind(void) {}