mirror of
https://github.com/lbonn/rofi.git
synced 2025-12-01 12:07:41 +00:00
6 lines
109 B
C
6 lines
109 B
C
#ifndef __XRMOPTIONS_H__
|
|
#define __XRMOPTIONS_H__
|
|
void parse_xresource_options ( Display *display );
|
|
|
|
#endif
|