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