aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index bbeb75547..56e45b72e 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -86,6 +86,17 @@ extern "C"
86 */ 86 */
87#define GNUNET_APPLICATION_TYPE_SCALARPRODUCT 20 87#define GNUNET_APPLICATION_TYPE_SCALARPRODUCT 20
88 88
89/**
90 * Conversation control data.
91 */
92#define GNUNET_APPLICATION_TYPE_CONVERSATION_CONTROL 21
93
94/**
95 * Conversation audio data.
96 */
97#define GNUNET_APPLICATION_TYPE_CONVERSATION_AUDIO 22
98
99
89#if 0 /* keep Emacsens' auto-indent happy */ 100#if 0 /* keep Emacsens' auto-indent happy */
90{ 101{
91#endif 102#endif