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/utils/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/utils.h') diff --git a/src/utils/utils.h b/src/utils/utils.h index 1fe2d46..4859dea 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -34,7 +34,7 @@ #define N_ELEMENTS(x) (sizeof((x)) / sizeof((x)[0])) #endif -css_fixed number_from_lwc_string(lwc_string *string, bool int_only, +css_fixed css__number_from_lwc_string(lwc_string *string, bool int_only, size_t *consumed); static inline bool isDigit(uint8_t c) -- cgit v1.2.3