summaryrefslogtreecommitdiff
path: root/include/hubbub
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-04 00:29:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-04 00:29:42 +0000
commitc1b0cba2bc3061979c97398c4862adff50bc7701 (patch)
treeb01cf7b7c19c906037d85d76f08a3bfe72e4d5ec /include/hubbub
parent98ad8d8ef83d21fe9305722285f266ca275a39ce (diff)
downloadlibhubbub-c1b0cba2bc3061979c97398c4862adff50bc7701.tar.gz
libhubbub-c1b0cba2bc3061979c97398c4862adff50bc7701.tar.bz2
Move hubbub_error_from_string into testutils.h and remove it from the library.
svn path=/trunk/hubbub/; revision=7041
Diffstat (limited to 'include/hubbub')
-rw-r--r--include/hubbub/errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hubbub/errors.h b/include/hubbub/errors.h
index f535cf9..607c06b 100644
--- a/include/hubbub/errors.h
+++ b/include/hubbub/errors.h
@@ -27,8 +27,6 @@ typedef enum hubbub_error {
/* Convert a hubbub error value to a string */
const char *hubbub_error_to_string(hubbub_error error);
-/* Convert a string to a hubbub error value */
-hubbub_error hubbub_error_from_string(const char *str, size_t len);
#endif