projects
/
m6w6
/
ext-psi
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
more validations
[m6w6/ext-psi]
/
src
/
libffi.h
1
#ifndef _PSI_LIBFFI_H
2
#define _PSI_LIBFFI_H
3
4
#include
"context.h"
5
6
#ifdef HAVE_LIBFFI
7
PSI_ContextOps
*
PSI_Libffi
(
void
);
8
#endif
9
10
#endif