6 lines
95 B
C
6 lines
95 B
C
#ifndef _SWAY_EXTENSIONS_H
|
|
#define _SWAY_EXTENSIONS_H
|
|
|
|
void register_extensions(void);
|
|
|
|
#endif
|