api refactoring
[m6w6/ext-psi] / src / libjit.h
index 3cd4b2807c673d8d4be28b38fb2a276066510ecf..602fc513656f5df4250e48c54bb07282e6655281 100644 (file)
@@ -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