From 33b37afeab6180e4fdc3c97f7f6cc713686ac6a9 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 20 Jan 2011 11:59:46 +0000 Subject: Ensure there are zero global symbols without css_ or css__ in front of them. This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416 --- src/parse/important.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/parse/important.c') diff --git a/src/parse/important.c b/src/parse/important.c index 062074a..73d64ac 100644 --- a/src/parse/important.c +++ b/src/parse/important.c @@ -24,7 +24,7 @@ * Post condition: \a *ctx is updated with the next token to process * If the input is invalid, then \a *ctx remains unchanged. */ -css_error parse_important(css_language *c, +css_error css__parse_important(css_language *c, const parserutils_vector *vector, int *ctx, uint8_t *result) { @@ -64,7 +64,7 @@ css_error parse_important(css_language *c, * * \param style The style to modify */ -void make_style_important(css_style *style) +void css__make_style_important(css_style *style) { css_code_t *bytecode = style->bytecode; uint32_t length = style->used; -- cgit v1.2.3