aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_typemap.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 14:56:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 14:56:07 +0000
commit4c5201417431a8cb700dab32e339ded3d7363156 (patch)
tree494f84d2137d15a6818208a5519bd4fcc0fcbe01 /src/core/gnunet-service-core_typemap.h
parent127cddf66adb99459a5d0ad2f7cafc5c18c27879 (diff)
downloadgnunet-4c5201417431a8cb700dab32e339ded3d7363156.tar.gz
gnunet-4c5201417431a8cb700dab32e339ded3d7363156.zip
hxing
Diffstat (limited to 'src/core/gnunet-service-core_typemap.h')
-rw-r--r--src/core/gnunet-service-core_typemap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core_typemap.h b/src/core/gnunet-service-core_typemap.h
index 1087a90a6..10c614a85 100644
--- a/src/core/gnunet-service-core_typemap.h
+++ b/src/core/gnunet-service-core_typemap.h
@@ -52,6 +52,15 @@ GSC_TYPEMAP_remove (const uint16_t *types,
52 52
53 53
54/** 54/**
55 * Compute a type map message for this peer.
56 *
57 * @return this peers current type map message.
58 */
59struct GNUNET_MessageHeader *
60GSC_TYPEMAP_compute_type_map_message (void);
61
62
63/**
55 * Test if any of the types from the types array is in the 64 * Test if any of the types from the types array is in the
56 * given type map. 65 * given type map.
57 * 66 *