summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/export.h')
-rw-r--r--src/dialogs/export.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/dialogs/export.h b/src/dialogs/export.h
new file mode 100644
index 000000000..4fb6ce2a4
--- /dev/null
+++ b/src/dialogs/export.h
@@ -0,0 +1,24 @@
+#ifndef SP_EXPORT_H
+#define SP_EXPORT_H
+
+/**
+ * \brief text-edit
+ *
+ * Text editing and font changes
+ *
+ */
+
+void sp_export_dialog (void);
+
+#endif
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :