summaryrefslogtreecommitdiff
path: root/src/dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom.h')
-rw-r--r--src/dom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom.h b/src/dom.h
index 27a7210..dd00eda 100644
--- a/src/dom.h
+++ b/src/dom.h
@@ -39,7 +39,7 @@ typedef struct {
gulong bottom;
} DomBoundingRect;
-void dom_check_auto_insert(Client* c);
+void dom_check_auto_insert();
gboolean dom_is_editable(Element* element);
#endif /* end of include guard: _DOM_H */