rofi/include/dmenu-dialog.h

8 lines
155 B
C
Raw Normal View History

2014-01-29 23:47:23 +00:00
#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__
extern char *dmenu_prompt;
SwitcherMode dmenu_switcher_dialog ( char **input, void *data );
2014-01-29 23:47:23 +00:00
#endif