summaryrefslogtreecommitdiff
path: root/src/parse/important.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/important.h')
-rw-r--r--src/parse/important.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/parse/important.h b/src/parse/important.h
index 9faafef..ba5e118 100644
--- a/src/parse/important.h
+++ b/src/parse/important.h
@@ -5,16 +5,16 @@
* Copyright 2009 John-Mark Bell <jmb@netsurf-browser.org>
*/
-#ifndef css_parse_important_h_
-#define css_parse_important_h_
+#ifndef css_css__parse_important_h_
+#define css_css__parse_important_h_
#include "stylesheet.h"
#include "parse/language.h"
-css_error parse_important(css_language *c,
+css_error css__parse_important(css_language *c,
const parserutils_vector *vector, int *ctx,
uint8_t *result);
-void make_style_important(css_style *style);
+void css__make_style_important(css_style *style);
#endif