mirror of
https://github.com/lbonn/rofi.git
synced 2025-12-01 12:07:41 +00: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
|