summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 23:20:21 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 23:20:21 +0000
commit2bc03416cd99fa9a4b8f8b7122ebe9907c21dc9b (patch)
tree7dcf2e8c1e3479b2561e0efec5f67d3222a6be57 /src/parse/properties/properties.h
parent55169f654db8301e653d20f79434f1f601ef8f12 (diff)
downloadlibcss-2bc03416cd99fa9a4b8f8b7122ebe9907c21dc9b.tar.gz
libcss-2bc03416cd99fa9a4b8f8b7122ebe9907c21dc9b.tar.bz2
Padding shorthand property parser
svn path=/trunk/libcss/; revision=7999
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index 7c7268a..0dc750a 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -247,6 +247,9 @@ css_error parse_outline_width(css_language *c,
css_error parse_overflow(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
+css_error parse_padding(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style **result);
css_error parse_padding_bottom(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);