aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-08 11:30:19 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-08 11:30:19 +0000
commitae53a8d1d043cbd5967fb01316a32685c7a8af9b (patch)
treea8d791aed993ac8691f68ee6152a6ffb14a88ee3 /src/set/gnunet-service-set.h
parente105a542a8ddb22184712bfe565aa734f1d0349d (diff)
downloadgnunet-ae53a8d1d043cbd5967fb01316a32685c7a8af9b.tar.gz
gnunet-ae53a8d1d043cbd5967fb01316a32685c7a8af9b.zip
add logic for strata compression
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index 982967744..f8a2d88ba 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -126,7 +126,7 @@ struct OperationSpecification
126 * Signature of functions that create the implementation-specific 126 * Signature of functions that create the implementation-specific
127 * state for a set supporting a specific operation. 127 * state for a set supporting a specific operation.
128 * 128 *
129 * @return a set state specific to the supported operation 129 * @return a set state specific to the supported operation, NULL on error
130 */ 130 */
131typedef struct SetState * 131typedef struct SetState *
132(*CreateImpl) (void); 132(*CreateImpl) (void);