X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=20151241de438c40df87212d09c84004162be990;hp=b396ef792c1ecc6bec8d03b5b88885ea1f7f0bac;hb=15151d60026dfe17cfaad02284d0abbb8b9389b2;hpb=4c2a8737d3867f7ec8ee4d858e981c1b62e29759 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) \