This is probably best as void.

This commit is contained in:
Jim Derry 2015-11-28 16:02:35 +08:00
parent 4adc07fd65
commit 3b8ad7482e
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ TIDY_EXPORT int TIDY_CALL tidySetErrorSink( TidyDoc tdoc, TidyOutputSink* si
/** Callback to track the progress of the pretting printing process.
**
*/
typedef Bool (TIDY_CALL *TidyPPProgress)( TidyDoc tdoc, uint line, uint col, uint destLine );
typedef void (TIDY_CALL *TidyPPProgress)( TidyDoc tdoc, uint line, uint col, uint destLine );
TIDY_EXPORT Bool TIDY_CALL tidySetPrettyPrinterCallback( TidyDoc tdoc,
TidyPPProgress callback );