aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-21 14:02:39 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-21 14:02:39 +0000
commit15389f2525da19c32e040ac1d32d3473b43456df (patch)
tree3f985987b66303bc93b22de0f29efd329f1c9e59 /src/set/gnunet-service-set.h
parent1d58e25444716142e5a76367e6bf22ba3e036aea (diff)
downloadgnunet-15389f2525da19c32e040ac1d32d3473b43456df.tar.gz
gnunet-15389f2525da19c32e040ac1d32d3473b43456df.zip
re-synced set intersection code with union as a starting point
added create for set-intersection
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index f26ff3fc3..e69f2a09a 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -377,5 +377,12 @@ struct TunnelContext
377const struct SetVT * 377const struct SetVT *
378_GSS_union_vt (void); 378_GSS_union_vt (void);
379 379
380/**
381 * Get the table with implementing functions for
382 * set intersection.
383 */
384const struct SetVT *
385_GSS_intersection_vt (void);
386
380 387
381#endif 388#endif