configure: better support for extvars
[m6w6/ext-psi] / src / libffi.h
index e8b0553c1fdc02af0d6c338fcb3cbe4dd58f316b..8db73eef29d8c36712a7b83f0f62b042b3a6e2e1 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "context.h"
 
-PSI_ContextOps *PSI_Libffi(void);
+#ifdef HAVE_LIBFFI
+struct psi_context_ops *psi_libffi_ops(void);
+#endif
 
 #endif