summaryrefslogtreecommitdiff
path: root/src/select/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/select.h')
-rw-r--r--src/select/select.h2
1 files changed, 1 insertions, 1 deletions
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