Show full prototype in forward declaration.

This commit is contained in:
Jim Derry 2017-10-08 11:40:53 -04:00
parent 2e58434e8d
commit f72c3d27e1
1 changed files with 1 additions and 1 deletions

View File

@ -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 )