From 44e5b337b4c26216e2e85fca0e9ccabed58d8564 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 4 Mar 2009 11:56:24 +0000 Subject: Omitted to remove this yesterday. svn path=/trunk/dom/; revision=6694 --- src/utils/charset_errors.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/utils/charset_errors.h diff --git a/src/utils/charset_errors.h b/src/utils/charset_errors.h deleted file mode 100644 index 7571c06..0000000 --- a/src/utils/charset_errors.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * This file is part of libdom. - * Licensed under the MIT License, - * http://www.opensource.org/licenses/mit-license.php - * Copyright 2007 John-Mark Bell - */ - -#ifndef dom_utils_charset_errors_h_ -#define dom_utils_charset_errors_h_ - -typedef enum { - CHARSET_OK, /**< No error */ - CHARSET_BADPARM, /**< Bad parameters to argument */ - CHARSET_NEEDDATA, /**< Insufficient data for operation */ - CHARSET_INVALID /**< Invalid input data */ -} charset_error; - -#endif - -- cgit v1.2.3