summaryrefslogtreecommitdiff
path: root/src/parse/properties/voice_family.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/voice_family.c')
-rw-r--r--src/parse/properties/voice_family.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/properties/voice_family.c b/src/parse/properties/voice_family.c
index 339d470..9ef52be 100644
--- a/src/parse/properties/voice_family.c
+++ b/src/parse/properties/voice_family.c
@@ -83,7 +83,7 @@ static css_code_t voice_family_value(css_language *c, const css_token *token, bo
* 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_voice_family(css_language *c,
+css_error css__parse_voice_family(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style *result)
{
@@ -113,7 +113,7 @@ css_error parse_voice_family(css_language *c,
} else {
*ctx = orig_ctx;
- error = comma_list_to_style(c, vector, ctx,
+ error = css__comma_list_to_style(c, vector, ctx,
voice_family_reserved, voice_family_value,
result);
if (error != CSS_OK) {