summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web-view.h b/src/web-view.h
index fa209c1..913e1f9 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -66,6 +66,12 @@ mq_web_view_zoom_out(MqWebView *web_view);
void
mq_web_view_zoom_reset(MqWebView *web_view);
+void
+mq_web_view_open(MqWebView *web_view);
+
+void
+mq_web_view_save(MqWebView *web_view);
+
G_END_DECLS
#endif /* MQ_WEB_VIEW_H */