diff --git a/src/config.c b/src/config.c index f93c1a6..80ea034 100644 --- a/src/config.c +++ b/src/config.c @@ -304,7 +304,7 @@ static const struct { /* forward declarations */ static void AdjustConfig( TidyDocImpl* doc ); -static Bool GetPickListValue(); +static Bool GetPickListValue( ctmbstr value, PickListItems* pickList, uint *result ); void TY_(InitConfig)( TidyDocImpl* doc )