X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcore%2Fgnunet-service-core_typemap.c;h=d2dab5d9988baa27b00852889ccbfcd25c352a43;hb=b0c7119fa2f43fe1b5978651152974359de5a5d2;hp=d3214ea67ce478ca2494eb85c82faab85d9ae4a6;hpb=83b19539f4d322b43683f5838b72e9ec2c8e6073;p=oweals%2Fgnunet.git diff --git a/src/core/gnunet-service-core_typemap.c b/src/core/gnunet-service-core_typemap.c index d3214ea67..d2dab5d99 100644 --- a/src/core/gnunet-service-core_typemap.c +++ b/src/core/gnunet-service-core_typemap.c @@ -205,7 +205,7 @@ GSC_TYPEMAP_remove (const uint16_t * types, unsigned int tlen) * Test if any of the types from the types array is in the * given type map. * - * @param map map to test + * @param tmap map to test * @param types array of types * @param tcnt number of entries in types * @return GNUNET_YES if a type is in the map, GNUNET_NO if not @@ -230,7 +230,7 @@ GSC_TYPEMAP_test_match (const struct GSC_TypeMap *tmap, const uint16_t * types, /** * Add additional types to a given typemap. * - * @param map map to extend (not changed) + * @param tmap map to extend (not changed) * @param types array of types to add * @param tcnt number of entries in types * @return updated type map (fresh copy) @@ -254,7 +254,7 @@ GSC_TYPEMAP_extend (const struct GSC_TypeMap *tmap, const uint16_t * types, /** * Create an empty type map. * - * @param map a type map + * @return an empty type map */ struct GSC_TypeMap * GSC_TYPEMAP_create () @@ -266,7 +266,7 @@ GSC_TYPEMAP_create () /** * Free the given type map. * - * @param map a type map + * @param tmap a type map */ void GSC_TYPEMAP_destroy (struct GSC_TypeMap *tmap)