aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 05:33:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 05:33:29 +0000
commitd422865c27b4b443110157137d8d9e5091208832 (patch)
treeae1b075d2f8ac646cf59dd3c1883fa33939eca62 /src/include/gnunet_applications.h
parent3440db30280fb0ee3e91d93df685a3c9c3665281 (diff)
downloadgnunet-d422865c27b4b443110157137d8d9e5091208832.tar.gz
gnunet-d422865c27b4b443110157137d8d9e5091208832.zip
-add missing #defines
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