about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-02 00:49:02 +0000
committerJames Booth <boothj5@gmail.com>2014-02-02 00:49:02 +0000
commit92b85bb7f121dd5ad852b9c0702e9fccc4ef6d18 (patch)
tree58b727a02052ee3fde4fd1a15f39decbfe74c52d /src/xmpp/xmpp.h
parenta8ecbccc9c29a4d9b0ba21fa0a7b6e804f226626 (diff)
downloadprofani-tty-92b85bb7f121dd5ad852b9c0702e9fccc4ef6d18.tar.gz
Added message when bookmark updated
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index dd91e398..31ddfccd 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -132,7 +132,7 @@ void (*iq_set_autoping)(int seconds);
 Capabilities* (*caps_get)(const char * const caps_str);
 void (*caps_close)(void);
 
-void (*bookmark_add)(const char *jid, const char *nick, gboolean autojoin);
+gboolean (*bookmark_add)(const char *jid, const char *nick, gboolean autojoin);
 void (*bookmark_remove)(const char *jid, gboolean autojoin);
 const GList * (*bookmark_get_list)(void);
 char * (*bookmark_find)(char *search_str);