mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
14 lines
232 B
C
14 lines
232 B
C
#ifndef __DMENU_DIALOG_H__
|
|
#define __DMENU_DIALOG_H__
|
|
|
|
|
|
/**
|
|
* @param input Pointer to the user-input string.
|
|
*
|
|
* dmenu dialog.
|
|
*
|
|
* @returns TRUE if script was successful.
|
|
*/
|
|
int dmenu_switcher_dialog ( char **input );
|
|
|
|
#endif
|