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/select/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/select.h') diff --git a/src/select/select.h b/src/select/select.h index a5a4b64..c0ba7cf 100644 --- a/src/select/select.h +++ b/src/select/select.h @@ -64,7 +64,7 @@ static inline void advance_bytecode(css_style *style, uint32_t n_bytes) style->bytecode = style->bytecode + (n_bytes / sizeof(css_code_t)); } -bool outranks_existing(uint16_t op, bool important, css_select_state *state, +bool css__outranks_existing(uint16_t op, bool important, css_select_state *state, bool inherit); #endif -- cgit v1.2.3