X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibffi.h;fp=src%2Flibffi.h;h=e8b0553c1fdc02af0d6c338fcb3cbe4dd58f316b;hp=0000000000000000000000000000000000000000;hb=633acd548ce5da37812bca7119e57c8f56e974e2;hpb=f50ad180fe1508009e848fcefeda3b55562b4fcd diff --git a/src/libffi.h b/src/libffi.h new file mode 100644 index 0000000..e8b0553 --- /dev/null +++ b/src/libffi.h @@ -0,0 +1,8 @@ +#ifndef _PSI_LIBFFI_H +#define _PSI_LIBFFI_H + +#include "context.h" + +PSI_ContextOps *PSI_Libffi(void); + +#endif