From c1b0cba2bc3061979c97398c4862adff50bc7701 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Apr 2009 00:29:42 +0000 Subject: Move hubbub_error_from_string into testutils.h and remove it from the library. svn path=/trunk/hubbub/; revision=7041 --- include/hubbub/errors.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/hubbub') 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 -- cgit v1.2.3