mirror of
https://github.com/lbonn/rofi
synced 2024-11-16 00:48:02 +00:00
cd4888a5cf
* Add script_dialog, so user can add dialogs using a script. * Add a way to disable modi's * Add -show <modi> option.
8 lines
124 B
C
8 lines
124 B
C
#ifndef __SSH_DIALOG_H__
|
|
#define __SSH_DIALOG_H__
|
|
|
|
|
|
|
|
SwitcherMode ssh_switcher_dialog ( char **input, void *data );
|
|
|
|
#endif
|