aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_conversation_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-06 08:57:09 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-06 08:57:09 +0000
commita0ce326e5d3ad4275cff23de7a7916e492e54a33 (patch)
tree5f924d09b19d57de08988564d3e1aabb6b36674d /src/include/gnunet_conversation_service.h
parentaece72e29b041e2dfbc5b49d2fd0d49f8ab2124e (diff)
downloadgnunet-a0ce326e5d3ad4275cff23de7a7916e492e54a33.tar.gz
gnunet-a0ce326e5d3ad4275cff23de7a7916e492e54a33.zip
-allow caller ID to differ from zone used for resolution
Diffstat (limited to 'src/include/gnunet_conversation_service.h')
-rw-r--r--src/include/gnunet_conversation_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 0f52db1df..c6ab95005 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -363,6 +363,7 @@ typedef void
363 * 363 *
364 * @param cfg configuration to use, specifies our phone service 364 * @param cfg configuration to use, specifies our phone service
365 * @param caller_id identity of the caller 365 * @param caller_id identity of the caller
366 * @param zone_id GNS zone to use to resolve @a callee
366 * @param callee GNS name of the callee (used to locate the callee's record) 367 * @param callee GNS name of the callee (used to locate the callee's record)
367 * @param speaker speaker to use (will be used automatically immediately once the 368 * @param speaker speaker to use (will be used automatically immediately once the
368 * #GNUNET_CONVERSATION_EC_CALL_PICKED_UP event is generated); we will NOT generate 369 * #GNUNET_CONVERSATION_EC_CALL_PICKED_UP event is generated); we will NOT generate
@@ -376,6 +377,7 @@ typedef void
376struct GNUNET_CONVERSATION_Call * 377struct GNUNET_CONVERSATION_Call *
377GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg, 378GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
378 struct GNUNET_IDENTITY_Ego *caller_id, 379 struct GNUNET_IDENTITY_Ego *caller_id,
380 struct GNUNET_IDENTITY_Ego *zone_id,
379 const char *callee, 381 const char *callee,
380 struct GNUNET_SPEAKER_Handle *speaker, 382 struct GNUNET_SPEAKER_Handle *speaker,
381 struct GNUNET_MICROPHONE_Handle *mic, 383 struct GNUNET_MICROPHONE_Handle *mic,