mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
10 lines
164 B
C
10 lines
164 B
C
#ifndef __PROFILE_DIALOG_H__
|
|
#define __PROFILE_DIALOG_H__
|
|
#ifdef __QC_MODE__
|
|
|
|
|
|
|
|
SwitcherMode profile_switcher_dialog ( char **input );
|
|
|
|
#endif //__QC_MODE__
|
|
#endif
|