mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
8 lines
112 B
C
8 lines
112 B
C
#ifndef __RUN_DIALOG_H__
|
|
#define __RUN_DIALOG_H__
|
|
|
|
|
|
|
|
SwitcherMode run_switcher_dialog ( char **input );
|
|
|
|
#endif
|