mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
6 lines
95 B
C
6 lines
95 B
C
#ifndef _SWAY_EXTENSIONS_H
|
|
#define _SWAY_EXTENSIONS_H
|
|
|
|
void register_extensions(void);
|
|
|
|
#endif
|