rofi/include/ssh-dialog.h
QC cd4888a5cf Fix #65, Fix #63 Allow user to select list of modi's
* Add script_dialog, so user can add dialogs using a script.
    * Add a way to disable modi's
    * Add -show <modi> option.
2014-07-21 21:39:24 +02:00

8 lines
124 B
C

#ifndef __SSH_DIALOG_H__
#define __SSH_DIALOG_H__
SwitcherMode ssh_switcher_dialog ( char **input, void *data );
#endif