mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-03 02:36:21 +00:00
Show message on /bookmark remove when bookmark does not exist
This commit is contained in:
@@ -28,6 +28,7 @@ void expect_and_return_bookmark_add(char *expected_jid, char *expected_nick,
|
||||
gboolean expected_autojoin, gboolean added);
|
||||
|
||||
void mock_bookmark_remove(void);
|
||||
void expect_bookmark_remove(char *expected_jid, gboolean expected_autojoin);
|
||||
void expect_and_return_bookmark_remove(char *expected_jid, gboolean expected_autojoin,
|
||||
gboolean removed);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user