mirror of
https://github.com/NickHu/sway
synced 2024-12-30 22:23:30 +01:00
7 lines
95 B
C
7 lines
95 B
C
|
#ifndef _SWAY_EXTENSIONS_H
|
||
|
#define _SWAY_EXTENSIONS_H
|
||
|
|
||
|
void register_extensions(void);
|
||
|
|
||
|
#endif
|