mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
11 lines
132 B
C
11 lines
132 B
C
|
#ifndef __MARK_DIALOG_H__
|
||
|
#define __MARK_DIALOG_H__
|
||
|
#ifdef I3
|
||
|
|
||
|
|
||
|
|
||
|
SwitcherMode mark_switcher_dialog ( char **input );
|
||
|
|
||
|
#endif
|
||
|
#endif
|