rofi/include/profile-dialog.h

11 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