X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibjit.h;fp=src%2Flibjit.h;h=602fc513656f5df4250e48c54bb07282e6655281;hp=3cd4b2807c673d8d4be28b38fb2a276066510ecf;hb=5359ad5c181e5772f350fe1cba060cbed3a05b91;hpb=04a60b34fc18ea3a2638893eaf24514177692eeb diff --git a/src/libjit.h b/src/libjit.h index 3cd4b28..602fc51 100644 --- a/src/libjit.h +++ b/src/libjit.h @@ -4,7 +4,7 @@ #include "context.h" #ifdef HAVE_LIBJIT -PSI_ContextOps *PSI_Libjit(void); +struct psi_context_ops *psi_libjit_ops(void); #endif #endif