diff options
Diffstat (limited to 'source/html/html-imp.h')
-rw-r--r-- | source/html/html-imp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/html/html-imp.h b/source/html/html-imp.h index 1cf2c6eb..85d05b24 100644 --- a/source/html/html-imp.h +++ b/source/html/html-imp.h @@ -255,6 +255,7 @@ fz_css *fz_new_css(fz_context *ctx); void fz_parse_css(fz_context *ctx, fz_css *css, const char *source, const char *file); fz_css_property *fz_parse_css_properties(fz_context *ctx, fz_pool *pool, const char *source); void fz_drop_css(fz_context *ctx, fz_css *css); +void fz_debug_css(fz_context *ctx, fz_css *css); void fz_match_css(fz_context *ctx, fz_css_match *match, fz_css *css, fz_xml *node); void fz_match_css_at_page(fz_context *ctx, fz_css_match *match, fz_css *css); |