From af16c38d2dbe2decfc45015bd4ee020cb52c608b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 4 Aug 2014 00:36:14 +0100 Subject: fix DOM tree dump debug --- utils/errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/errors.h') diff --git a/utils/errors.h b/utils/errors.h index aa0179a37..b9e157c66 100644 --- a/utils/errors.h +++ b/utils/errors.h @@ -77,7 +77,9 @@ typedef enum { NSERROR_NOSPACE, /**< Insufficient space */ - NSERROR_BAD_SIZE /**< Bad size */ + NSERROR_BAD_SIZE, /**< Bad size */ + + NSERROR_NOT_IMPLEMENTED, /**< Functionality is not implemented */ } nserror; #endif -- cgit v1.2.3