travis trusty
[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 struct psi_context_ops *psi_libjit_ops(void);
8 #endif
9
10 #endif