rofi/include/mark-dialog.h

11 lines
132 B
C

#ifndef __MARK_DIALOG_H__
#define __MARK_DIALOG_H__
#ifdef I3
SwitcherMode mark_switcher_dialog ( char **input );
#endif
#endif