rofi/include/run-dialog.h

9 lines
112 B
C

#ifndef __RUN_DIALOG_H__
#define __RUN_DIALOG_H__
SwitcherMode run_switcher_dialog ( char **input );
#endif