diff options
Diffstat (limited to 'e-util/e-html-editor-selection.h')
-rw-r--r-- | e-util/e-html-editor-selection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h index 104a1a43d7..1501687d49 100644 --- a/e-util/e-html-editor-selection.h +++ b/e-util/e-html-editor-selection.h @@ -245,6 +245,8 @@ EHTMLEditorSelectionBlockFormat EHTMLEditorSelectionAlignment e_html_editor_selection_get_list_alignment_from_node (WebKitDOMNode *node); +void remove_wrapping_from_element (WebKitDOMElement *element); +void remove_quoting_from_element (WebKitDOMElement *element); G_END_DECLS #endif /* E_HTML_EDITOR_SELECTION_H */ |