X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=0092bea3fbf47c2c5afb7ca1e1e8b3b138119d60;hp=7aedf59bb9d3da7ead694f9c2d85c2d8e52da9d7;hb=53c10f83c35b3f3376529632f198e32e6afb09f4;hpb=218a175db8e7a43cad9073770ebdb24a7bdc64e8 diff --git a/blob.c b/blob.c index 7aedf59b..0092bea3 100644 --- a/blob.c +++ b/blob.c @@ -66,7 +66,7 @@ static struct osl_column_description blob_cols[] = { /** Define an osl table description for a blob table. */ #define DEFINE_BLOB_TABLE_DESC(table_name) \ - struct osl_table_description table_name ## _table_desc = { \ + static struct osl_table_description table_name ## _table_desc = { \ .name = #table_name, \ .num_columns = NUM_BLOB_COLUMNS, \ .flags = OSL_LARGE_TABLE, \