aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-29 11:53:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-29 11:53:16 +0000
commitfcddae5473b65ebd13e5e5c9b8eec22a74d3dca0 (patch)
tree6dd12c6a9505a16f996de65d7860eacc047ef265 /src/include
parent24260f6061bba1c694fe34defcf38b6c66cd6a8e (diff)
downloadgnunet-fcddae5473b65ebd13e5e5c9b8eec22a74d3dca0.tar.gz
gnunet-fcddae5473b65ebd13e5e5c9b8eec22a74d3dca0.zip
ideas
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_applications.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 6304a2444..d11d4b0f2 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -36,6 +36,11 @@ extern "C"
36#endif 36#endif
37 37
38/** 38/**
39 * End of list marker.
40 */
41#define GNUNET_APPLICATION_TYPE_END 0
42
43/**
39 * Test. 44 * Test.
40 */ 45 */
41#define GNUNET_APPLICATION_TYPE_TEST 1 46#define GNUNET_APPLICATION_TYPE_TEST 1