summaryrefslogtreecommitdiff
path: root/src/core/pi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pi.h')
-rw-r--r--src/core/pi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/pi.h b/src/core/pi.h
index 3f6d46c..8eca330 100644
--- a/src/core/pi.h
+++ b/src/core/pi.h
@@ -12,11 +12,10 @@
struct dom_document;
struct dom_processing_instruction;
-struct dom_string;
struct lwc_string_s;
dom_exception _dom_processing_instruction_create(struct dom_document *doc,
- struct lwc_string_s *name, struct dom_string *value,
+ struct lwc_string_s *name, dom_string *value,
struct dom_processing_instruction **result);
void _dom_processing_instruction_destroy(struct dom_document *doc,