aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_conversation_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 18:06:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 18:06:51 +0000
commit9fd836bda9b9255d84fcaa0a463c5427980b3e79 (patch)
treee49f9aad2afb4d396876c2d23f3a6ee0bf5b4c0d /src/include/gnunet_conversation_service.h
parentec3d41bc58ed32ab7678d0b5f04e956d1cf97afc (diff)
downloadgnunet-9fd836bda9b9255d84fcaa0a463c5427980b3e79.tar.gz
gnunet-9fd836bda9b9255d84fcaa0a463c5427980b3e79.zip
-mostly finished call API
Diffstat (limited to 'src/include/gnunet_conversation_service.h')
-rw-r--r--src/include/gnunet_conversation_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 098cec9ab..76fcbfe6a 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -259,6 +259,12 @@ enum GNUNET_CONVERSATION_EventCode
259 * a `const char *`. The caller ID will be a GNS name. 259 * a `const char *`. The caller ID will be a GNS name.
260 */ 260 */
261 GNUNET_CONVERSATION_EC_RING, 261 GNUNET_CONVERSATION_EC_RING,
262
263 /**
264 * We are the caller and are now ringing the other party.
265 * The varargs will be empty.
266 */
267 GNUNET_CONVERSATION_EC_RINGING,
262 268
263 /** 269 /**
264 * We are ready to talk, metadata about the call may be supplied 270 * We are ready to talk, metadata about the call may be supplied