aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscribe-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-subscribe-editor.h')
-rw-r--r--mail/em-subscribe-editor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/em-subscribe-editor.h b/mail/em-subscribe-editor.h
new file mode 100644
index 0000000000..ca02f14bee
--- /dev/null
+++ b/mail/em-subscribe-editor.h
@@ -0,0 +1,9 @@
+
+#ifndef _EM_SUBSCRIBE_EDITOR_H
+#define _EM_SUBSCRIBE_EDITOR_H
+
+#include <gtk/gtkdialog.h>
+
+GtkDialog *em_subscribe_editor_new(void);
+
+#endif /* ! _EM_SUBSCRIBE_EDITOR_H */