about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-17 22:05:43 +0100
committerJames Booth <boothj5@gmail.com>2015-05-17 22:05:43 +0100
commit2c5b44421e1b3a163ce33249f9d0b1567d411b16 (patch)
tree5ba771ddcc003ef7d86e9585c87dd4b11af44f5a /tests
parent97c5072f56b992d3bf2e4c3550a8010f9638b80a (diff)
downloadprofani-tty-2c5b44421e1b3a163ce33249f9d0b1567d411b16.tar.gz
Added initial stabber test
Diffstat (limited to 'tests')
-rw-r--r--tests/xmpp/stub_xmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmpp/stub_xmpp.c b/tests/xmpp/stub_xmpp.c
index cc9580bf..d3be1af6 100644
--- a/tests/xmpp/stub_xmpp.c
+++ b/tests/xmpp/stub_xmpp.c
@@ -26,7 +26,7 @@ jabber_conn_status_t jabber_connect_with_account(const ProfAccount * const accou
 
 void jabber_disconnect(void) {}
 void jabber_shutdown(void) {}
-void jabber_process_events(void) {}
+void jabber_process_events(int millis) {}
 const char * jabber_get_fulljid(void)
 {
     return (char *)mock();