X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibjit.h;h=602fc513656f5df4250e48c54bb07282e6655281;hb=5359ad5c181e5772f350fe1cba060cbed3a05b91;hp=78012a6082e6eb59c585892258319f5a883e9950;hpb=4a49fe2f8eb21cdeabb06acec7a0395b6708d911;p=m6w6%2Fext-psi diff --git a/src/libjit.h b/src/libjit.h index 78012a6..602fc51 100644 --- a/src/libjit.h +++ b/src/libjit.h @@ -1,6 +1,10 @@ #ifndef _PSI_LIBJIT_H #define _PSI_LIBJIT_H -PSI_ContextOps *PSI_Libjit(void); +#include "context.h" + +#ifdef HAVE_LIBJIT +struct psi_context_ops *psi_libjit_ops(void); +#endif #endif