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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index b92eb47ff..248b778d9 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -444,9 +444,11 @@ struct Set
444 * operations per set. 444 * operations per set.
445 * 445 *
446 * @param op operation to destroy 446 * @param op operation to destroy
447 * @param gc #GNUNET_YES to perform garbage collection on the set
447 */ 448 */
448void 449void
449_GSS_operation_destroy (struct Operation *op); 450_GSS_operation_destroy (struct Operation *op,
451 int gc);
450 452
451 453
452/** 454/**