summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-01-29 13:45:03 +0100
committerQball Cow <qball@gmpclient.org>2014-01-29 15:38:08 +0100
commitacc46c4dd25ccf1d033d3b08896fa82fd6b04346 (patch)
tree1ccbb4d2e8dd6fc540ed16fa3b20d5d83366c724 /include
parent04f6fb91e8ef1eee42b79168e28a62a9e959cd44 (diff)
Add a test json mode
Diffstat (limited to 'include')
-rw-r--r--include/json-dialog.h8
-rw-r--r--include/simpleswitcher.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/include/json-dialog.h b/include/json-dialog.h
new file mode 100644
index 00000000..21aa52c7
--- /dev/null
+++ b/include/json-dialog.h
@@ -0,0 +1,8 @@
+#ifndef __JSON_DIALOG_H__
+#define __JSON_DIALOG_H__
+
+extern char *json_input_file;
+
+SwitcherMode json_switcher_dialog ( char **input );
+
+#endif
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index 9609d010..7d79e989 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -25,6 +25,7 @@ typedef enum {
PROFILE_DIALOG,
#endif
NUM_DIALOGS,
+ JSON_DIALOG,
MODE_EXIT,
NEXT_DIALOG
} SwitcherMode;