hxing
[oweals/gnunet.git] / src / core / gnunet-service-core_typemap.h
index 1087a90a6331fdd6c7b7e061dc9a92367f6cb02d..10c614a852018c7e75647ff8c6d48454521210ad 100644 (file)
@@ -51,6 +51,15 @@ GSC_TYPEMAP_remove (const uint16_t *types,
                    unsigned int tlen);
 
 
+/**
+ * Compute a type map message for this peer.
+ *
+ * @return this peers current type map message.
+ */
+struct GNUNET_MessageHeader *
+GSC_TYPEMAP_compute_type_map_message (void);
+
+
 /**
  * Test if any of the types from the types array is in the
  * given type map.