summaryrefslogtreecommitdiffstats
path: root/include/dialogs/dmenu.h
blob: ae0eefe9788e8b8ad0ef20e80cf86cf9b8547a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__

/**
 * dmenu dialog.
 *
 * @returns TRUE if script was successful.
 */
int dmenu_switcher_dialog ( void );

void print_dmenu_options ( void );
#endif