3cd4b2807c673d8d4be28b38fb2a276066510ecf
[m6w6/ext-psi] / src / libjit.h
1 #ifndef _PSI_LIBJIT_H
2 #define _PSI_LIBJIT_H
3
4 #include "context.h"
5
6 #ifdef HAVE_LIBJIT
7 PSI_ContextOps *PSI_Libjit(void);
8 #endif
9
10 #endif