summaryrefslogtreecommitdiffstats
path: root/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'dialogs.h')
-rw-r--r--dialogs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/dialogs.h b/dialogs.h
new file mode 100644
index 0000000..e7543cf
--- /dev/null
+++ b/dialogs.h
@@ -0,0 +1,11 @@
+#ifndef GNCPMOUNT_DIALOGS_H
+#define GNCPMOUNT_DIALOGS_H
+
+#include "globals.h"
+
+/** Shows options dialog */
+void options_dialog ();
+
+
+#endif
+