aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-28 12:05:53 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-28 12:05:53 +0000
commit264c9b7f668d0429eaae01075c742ae6ad6f49ee (patch)
tree74f6b4a2ba7b9cb08377beb3e7ba6cf65e57188a /src/include/gnunet_set_service.h
parentf23525cfc0c0a8931db0b20b35c1aabbfbc5ac4e (diff)
downloadgnunet-264c9b7f668d0429eaae01075c742ae6ad6f49ee.tar.gz
gnunet-264c9b7f668d0429eaae01075c742ae6ad6f49ee.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 4106f4beb..ada971d09 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -74,8 +74,7 @@ struct GNUNET_SET_OperationHandle;
74enum GNUNET_SET_OperationType 74enum GNUNET_SET_OperationType
75{ 75{
76 /** 76 /**
77 * A purely local set that does not support any 77 * A purely local set that does not support any operation.
78 * operation.
79 */ 78 */
80 GNUNET_SET_OPERATION_NONE, 79 GNUNET_SET_OPERATION_NONE,
81 80
@@ -90,6 +89,7 @@ enum GNUNET_SET_OperationType
90 GNUNET_SET_OPERATION_UNION 89 GNUNET_SET_OPERATION_UNION
91}; 90};
92 91
92
93/** 93/**
94 * Status for the result callback 94 * Status for the result callback
95 */ 95 */