summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-01-21 10:01:55 +0100
committerQball Cow <qball@gmpclient.org>2014-01-21 10:01:55 +0100
commita749aa35e99fc0c2d129e9d1289ce975bc577dfa (patch)
treeda9ce74e631a1c0a1872d9c4e0248f1f8ca704f1 /include
parent3a44951e9f5d3cc7790f5dc087fe69a0c919ca62 (diff)
Add a SSH selector.
Diffstat (limited to 'include')
-rw-r--r--include/simpleswitcher.h1
-rw-r--r--include/ssh-dialog.h8
2 files changed, 9 insertions, 0 deletions
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index 95c9f9f3..da22b224 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -11,6 +11,7 @@
typedef enum {
WINDOW_SWITCHER,
RUN_DIALOG,
+ SSH_DIALOG,
MODE_EXIT
} SwitcherMode;
diff --git a/include/ssh-dialog.h b/include/ssh-dialog.h
new file mode 100644
index 00000000..0539bc2f
--- /dev/null
+++ b/include/ssh-dialog.h
@@ -0,0 +1,8 @@
+#ifndef __SSH_DIALOG_H__
+#define __SSH_DIALOG_H__
+
+
+
+SwitcherMode ssh_switcher_dialog ( char **input );
+
+#endif