summaryrefslogtreecommitdiff
path: root/src/jingle-content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jingle-content.h')
-rw-r--r--src/jingle-content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jingle-content.h b/src/jingle-content.h
index 809de89fc..95cc26daa 100644
--- a/src/jingle-content.h
+++ b/src/jingle-content.h
@@ -131,6 +131,8 @@ void gabble_jingle_content_reject (GabbleJingleContent *c,
GList *gabble_jingle_content_get_remote_candidates (GabbleJingleContent *c);
GList *gabble_jingle_content_get_local_candidates (GabbleJingleContent *c);
+gboolean gabble_jingle_content_get_credentials (GabbleJingleContent *c,
+ gchar **ufrag, gchar **pwd);
gboolean gabble_jingle_content_change_direction (GabbleJingleContent *c,
JingleContentSenders senders);
void gabble_jingle_content_retransmit_candidates (GabbleJingleContent *self,