summaryrefslogtreecommitdiff
path: root/include/dom/core/document_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/document_type.h')
-rw-r--r--include/dom/core/document_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dom/core/document_type.h b/include/dom/core/document_type.h
index 3a0eb5e..fdba202 100644
--- a/include/dom/core/document_type.h
+++ b/include/dom/core/document_type.h
@@ -57,7 +57,7 @@ static inline dom_exception dom_document_type_get_entities(
->dom_document_type_get_entities(doc_type, result);
}
#define dom_document_type_get_entities(dt, r) dom_document_type_get_entities( \
- (dom_document_type *) (dt), (struct dom_string **) (r))
+ (dom_document_type *) (dt), (struct dom_namednodemap **) (r))
static inline dom_exception dom_document_type_get_notations(
struct dom_document_type *doc_type,
@@ -67,7 +67,7 @@ static inline dom_exception dom_document_type_get_notations(
->dom_document_type_get_notations(doc_type, result);
}
#define dom_document_type_get_notations(dt, r) dom_document_type_get_notations(\
- (dom_document_type *) (dt), (struct dom_string **) (r))
+ (dom_document_type *) (dt), (struct dom_namednodemap **) (r))
static inline dom_exception dom_document_type_get_public_id(
struct dom_document_type *doc_type,