split out ffi bindings into shenlong-sys crate

This commit is contained in:
Adrian Malacoda
2019-02-11 02:56:23 -06:00
parent 81a9db0b8d
commit ab0c19fcc2
9 changed files with 504 additions and 26 deletions

5
shenlong-sys/wrapper.h Normal file
View File

@@ -0,0 +1,5 @@
#include <geanyplugin.h>
#include <gdk/gdkkeysyms.h>
#include <sys/stat.h>
#include <string.h>
#include <stdlib.h>