summaryrefslogtreecommitdiff
path: root/web/web_dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_dom.h')
-rw-r--r--web/web_dom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/web_dom.h b/web/web_dom.h
index e89b5ba..12d173d 100644
--- a/web/web_dom.h
+++ b/web/web_dom.h
@@ -32,4 +32,6 @@ void dom_set_uniq_class(char *sel, char *class, char *sel_set);
void dom_scroll_to_bottom(char *sel);
+void dom_enable_exit_dialogue(bool enable);
+
#endif