mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
8 lines
143 B
C
8 lines
143 B
C
|
#ifndef __DMENU_DIALOG_H__
|
||
|
#define __DMENU_DIALOG_H__
|
||
|
|
||
|
extern char *dmenu_prompt;
|
||
|
SwitcherMode dmenu_switcher_dialog ( char **input );
|
||
|
|
||
|
#endif
|