api refactoring
[m6w6/ext-psi] / src / libffi.h
index 4b36b30384f4a928f6e0939deba9e34d4918ee3a..8db73eef29d8c36712a7b83f0f62b042b3a6e2e1 100644 (file)
@@ -4,7 +4,7 @@
 #include "context.h"
 
 #ifdef HAVE_LIBFFI
-PSI_ContextOps *PSI_Libffi(void);
+struct psi_context_ops *psi_libffi_ops(void);
 #endif
 
 #endif