summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2011-12-16 16:02:01 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2011-12-16 16:03:22 +0000
commit09cae896ad821071e7d1fcfc69503deeefb57534 (patch)
tree93a3076840360f918673bf3d1ac9a5f32dc2255f /gabble
parenta17ea171acb4847ada48782a8b57feff78aee123 (diff)
Compute the caps verification string correctly with dataforms in plugins
https://bugs.freedesktop.org/show_bug.cgi?id=43889
Diffstat (limited to 'gabble')
-rw-r--r--gabble/caps-hash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gabble/caps-hash.h b/gabble/caps-hash.h
index 72e9a6b16..82aede7b6 100644
--- a/gabble/caps-hash.h
+++ b/gabble/caps-hash.h
@@ -26,6 +26,10 @@
G_BEGIN_DECLS
+gchar *gabble_caps_hash_compute_full (const GabbleCapabilitySet *cap_set,
+ const GPtrArray *identities, GPtrArray *data_forms)
+ G_GNUC_WARN_UNUSED_RESULT;
+
gchar *gabble_caps_hash_compute (const GabbleCapabilitySet *cap_set,
const GPtrArray *identities) G_GNUC_WARN_UNUSED_RESULT;