Basic support for extensions in server and clients

This commit is contained in:
Drew DeVault 2015-11-18 22:01:22 -05:00
parent fb0bfa13ce
commit 82db2a57a9
9 changed files with 208 additions and 7 deletions

6
include/extensions.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _SWAY_EXTENSIONS_H
#define _SWAY_EXTENSIONS_H
void register_extensions(void);
#endif