rofi/include/dmenu-dialog.h

8 lines
143 B
C

#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__
extern char *dmenu_prompt;
SwitcherMode dmenu_switcher_dialog ( char **input );
#endif