X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=blob.c;h=20151241de438c40df87212d09c84004162be990;hb=15151d60026dfe17cfaad02284d0abbb8b9389b2;hp=b396ef792c1ecc6bec8d03b5b88885ea1f7f0bac;hpb=782375e0897199259d6666c4c2ec7f963210a953;p=paraslash.git diff --git a/blob.c b/blob.c index b396ef79..20151241 100644 --- a/blob.c +++ b/blob.c @@ -338,6 +338,7 @@ static int blob_get_name_by_id(struct osl_table *table, uint32_t id, *name = (char *)obj.data; return 1; } + /** Define the \p get_name_by_id function for this blob type. */ #define DEFINE_GET_NAME_BY_ID(table_name, cmd_prefix) \ int cmd_prefix ## _get_name_by_id(uint32_t id, char **name) \