aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-08-30 12:24:18 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-08-30 12:24:18 +0000
commitc92948f72526fe599680c06cbe80d0ffdc11f597 (patch)
treeb5886d700fa2fbcf8abbc18eacd2e18ef2589180 /src/include/gnunet_set_service.h
parent7936cab9bd741a9ff30362c8495daa29f1874b2e (diff)
missing changes to headers
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index e28fad754c..1000aea7b1 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -223,6 +223,11 @@ typedef void
+typedef void
+(*GNUNET_SET_CopyReadyCallback) (void *cls,
+ struct GNUNET_SET_Handle *copy);
+
+
/**
* Create an empty set, supporting the specified operation.
*
@@ -279,6 +284,12 @@ GNUNET_SET_remove_element (struct GNUNET_SET_Handle *set,
void *cont_cls);
+void
+GNUNET_SET_copy_lazy (struct GNUNET_SET_Handle *set,
+ GNUNET_SET_CopyReadyCallback cb,
+ void *cls);
+
+
/**
* Destroy the set handle, and free all associated resources.
* Iterations must have completed (or be explicitly canceled)