aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_setu_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-18 18:09:58 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-18 18:09:58 +0200
commit4d607f2f2838431cc7a349441f8f018ab99633a2 (patch)
treecf0e41012667b94b893d133c78ffdf0a18a274dd /src/include/gnunet_setu_service.h
parent0c0cbfb5913b87135b51798d8c08cd49951e51f2 (diff)
downloadgnunet-4d607f2f2838431cc7a349441f8f018ab99633a2.tar.gz
gnunet-4d607f2f2838431cc7a349441f8f018ab99633a2.zip
splitting of set intersection functionality from set service (not yet finished, FTBFS)
Diffstat (limited to 'src/include/gnunet_setu_service.h')
-rw-r--r--src/include/gnunet_setu_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_setu_service.h b/src/include/gnunet_setu_service.h
index 092c03198..d737b97c1 100644
--- a/src/include/gnunet_setu_service.h
+++ b/src/include/gnunet_setu_service.h
@@ -22,9 +22,9 @@
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * 23 *
24 * @file 24 * @file
25 * Two-peer set operations 25 * Two-peer set union operations
26 * 26 *
27 * @defgroup set Set service 27 * @defgroup set Set union service
28 * Two-peer set operations 28 * Two-peer set operations
29 * 29 *
30 * @{ 30 * @{