mirror of
https://github.com/lbonn/rofi
synced 2024-11-16 00:48:02 +00:00
7 lines
143 B
C
7 lines
143 B
C
#ifndef __DMENU_DIALOG_H__
|
|
#define __DMENU_DIALOG_H__
|
|
|
|
extern char *dmenu_prompt;
|
|
SwitcherMode dmenu_switcher_dialog ( char **input );
|
|
|
|
#endif
|