[CLEANUP] stick-table: declare stktable_data_types as extern

It's fortunate we did not get hit by this stupid declaration !
This commit is contained in:
Willy Tarreau 2010-07-18 07:38:17 +02:00
parent 88ee39758a
commit 795e4a93dd

View File

@ -138,7 +138,7 @@ struct stktable {
} data_arg[STKTABLE_DATA_TYPES]; /* optional argument of each data type */ } data_arg[STKTABLE_DATA_TYPES]; /* optional argument of each data type */
}; };
struct stktable_data_type stktable_data_types[STKTABLE_DATA_TYPES]; extern struct stktable_data_type stktable_data_types[STKTABLE_DATA_TYPES];
/* stick table key data */ /* stick table key data */
union stktable_key_data { union stktable_key_data {