Add a SSH selector.

This commit is contained in:
Qball Cow
2014-01-21 10:01:55 +01:00
parent 3a44951e9f
commit a749aa35e9
5 changed files with 269 additions and 4 deletions

8
include/ssh-dialog.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __SSH_DIALOG_H__
#define __SSH_DIALOG_H__
SwitcherMode ssh_switcher_dialog ( char **input );
#endif