mirror of
https://github.com/lbonn/rofi.git
synced 2025-12-01 12:07:41 +00:00
9 lines
112 B
C
9 lines
112 B
C
#ifndef __RUN_DIALOG_H__
|
|
#define __RUN_DIALOG_H__
|
|
|
|
|
|
|
|
SwitcherMode run_switcher_dialog ( char **input );
|
|
|
|
#endif
|