aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index cbfd2cefad..657b4f7794 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -215,6 +215,8 @@ void element_add_class (WebKitDOMElement *element,
const gchar* class);
void element_remove_class (WebKitDOMElement *element,
const gchar* class);
+void remove_node (WebKitDOMNode *node);
+void remove_node_if_empty (WebKitDOMNode *node);
G_END_DECLS
#endif /* E_WEB_VIEW_H */