e8b0553c1fdc02af0d6c338fcb3cbe4dd58f316b
[m6w6/ext-psi] / src / libffi.h
1 #ifndef _PSI_LIBFFI_H
2 #define _PSI_LIBFFI_H
3
4 #include "context.h"
5
6 PSI_ContextOps *PSI_Libffi(void);
7
8 #endif