1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/include/dmenu-dialog.h
2014-11-24 20:35:28 +01:00

19 lines
293 B
C

#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__
/**
* Prompt used in dmenu.
*/
extern char *dmenu_prompt;
/**
* @param input Pointer to the user-input string.
*
* dmenu dialog.
*
* @returns TRUE if script was successful.
*/
int dmenu_switcher_dialog ( char **input );
#endif