X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibffi.h;fp=src%2Flibffi.h;h=8db73eef29d8c36712a7b83f0f62b042b3a6e2e1;hp=4b36b30384f4a928f6e0939deba9e34d4918ee3a;hb=5359ad5c181e5772f350fe1cba060cbed3a05b91;hpb=04a60b34fc18ea3a2638893eaf24514177692eeb diff --git a/src/libffi.h b/src/libffi.h index 4b36b30..8db73ee 100644 --- a/src/libffi.h +++ b/src/libffi.h @@ -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