aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
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);