summaryrefslogtreecommitdiff
path: root/src/events/custom_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/custom_event.h')
-rw-r--r--src/events/custom_event.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/events/custom_event.h b/src/events/custom_event.h
index a50bc23..ed5d624 100644
--- a/src/events/custom_event.h
+++ b/src/events/custom_event.h
@@ -22,15 +22,13 @@ dom_exception _dom_custom_event_create(struct dom_document *doc,
struct dom_custom_event **evt);
/* Destructor */
-void _dom_custom_event_destroy(struct dom_document *doc,
- struct dom_custom_event *evt);
+void _dom_custom_event_destroy(struct dom_custom_event *evt);
/* Initialise function */
dom_exception _dom_custom_event_initialise(struct dom_document *doc,
struct dom_custom_event *evt);
/* Finalise function */
-void _dom_custom_event_finalise(struct dom_document *doc,
- struct dom_custom_event *evt);
+void _dom_custom_event_finalise(struct dom_custom_event *evt);
#endif