1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/include/profile-dialog.h
2014-01-27 22:15:33 +01:00

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