summaryrefslogtreecommitdiff
path: root/include/libcss/errors.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 11:39:30 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 11:39:30 +0000
commite4b569a69ce897c80ab260376bbfb510d3bc79ce (patch)
treec1caf8c0442ca4f109725609125f5dac9141121e /include/libcss/errors.h
parentdfef7828d57e6e4988f2dac90ecf40293f7a8209 (diff)
downloadlibcss-e4b569a69ce897c80ab260376bbfb510d3bc79ce.tar.gz
libcss-e4b569a69ce897c80ab260376bbfb510d3bc79ce.tar.bz2
Move css_error_from_string into test utilities
svn path=/trunk/libcss/; revision=6480
Diffstat (limited to 'include/libcss/errors.h')
-rw-r--r--include/libcss/errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libcss/errors.h b/include/libcss/errors.h
index 55bd379..8e321ce 100644
--- a/include/libcss/errors.h
+++ b/include/libcss/errors.h
@@ -24,8 +24,6 @@ typedef enum css_error {
/* Convert a libcss error value to a string */
const char *css_error_to_string(css_error error);
-/* Convert a string to a libcss error value */
-css_error css_error_from_string(const char *str, size_t len);
#endif