mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
9 lines
112 B
C
9 lines
112 B
C
|
#ifndef __SSH_DIALOG_H__
|
||
|
#define __SSH_DIALOG_H__
|
||
|
|
||
|
|
||
|
|
||
|
SwitcherMode ssh_switcher_dialog ( char **input );
|
||
|
|
||
|
#endif
|