X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibffi.h;h=8db73eef29d8c36712a7b83f0f62b042b3a6e2e1;hb=5e240548ba570610ce0dbc248a2b7654a0e080fa;hp=e8b0553c1fdc02af0d6c338fcb3cbe4dd58f316b;hpb=633acd548ce5da37812bca7119e57c8f56e974e2;p=m6w6%2Fext-psi diff --git a/src/libffi.h b/src/libffi.h index e8b0553..8db73ee 100644 --- a/src/libffi.h +++ b/src/libffi.h @@ -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