about summary refs log tree commit diff stats
path: root/tests/xmpp/mock_xmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmpp/mock_xmpp.h')
-rw-r--r--tests/xmpp/mock_xmpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/xmpp/mock_xmpp.h b/tests/xmpp/mock_xmpp.h
index b2173e9f..b3da50d4 100644
--- a/tests/xmpp/mock_xmpp.h
+++ b/tests/xmpp/mock_xmpp.h
@@ -23,4 +23,7 @@ void presence_update_expect(resource_presence_t presence, char *msg, int idle);
 
 void bookmark_get_list_returns(GList *bookmarks);
 
+void mock_bookmark_add(void);
+void expect_bookmark_add(char *expected_jid, char *expected_nick, gboolean expected_autojoin);
+
 #endif