summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 18:10:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 18:10:54 +0000
commit7782c74a03f19797fd5af2b015b80710c869616b (patch)
treead2cfbc53afe9d71d854d0d47ea6750e4b28ce65 /src/parse/properties/properties.h
parentb1367201c557cbf33ddcea3e3c1f0efd313bd59c (diff)
downloadlibcss-7782c74a03f19797fd5af2b015b80710c869616b.tar.gz
libcss-7782c74a03f19797fd5af2b015b80710c869616b.tar.bz2
Factor out common parts of pause-after and pause-before parsers.
cue and pause shorthands svn path=/trunk/libcss/; revision=7983
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index 78a37d8..f4d0c8b 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -133,6 +133,9 @@ css_error parse_counter_increment(css_language *c,
css_error parse_counter_reset(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
+css_error parse_cue(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style **result);
css_error parse_cue_after(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
@@ -256,6 +259,9 @@ css_error parse_page_break_before(css_language *c,
css_error parse_page_break_inside(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
+css_error parse_pause(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style **result);
css_error parse_pause_after(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);