From f72c3d27e1f29e16b8329b62b66d55d0aebf4bb3 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 8 Oct 2017 11:40:53 -0400 Subject: [PATCH] Show full prototype in forward declaration. --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )