summaryrefslogtreecommitdiff
path: root/src/core/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/attr.h')
-rw-r--r--src/core/attr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/attr.h b/src/core/attr.h
index dc73ae0..bf5a606 100644
--- a/src/core/attr.h
+++ b/src/core/attr.h
@@ -15,7 +15,8 @@ struct dom_attr;
struct dom_string;
dom_exception dom_attr_create(struct dom_document *doc,
- struct dom_string *name, struct dom_attr **result);
+ struct dom_string *name, struct dom_string *namespace,
+ struct dom_string *prefix, struct dom_attr **result);
void dom_attr_destroy(struct dom_document *doc, struct dom_attr *attr);
#endif