summaryrefslogtreecommitdiff
path: root/include/ffi_common.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2015-11-11 21:34:43 -0700
committerTom Tromey <tom@tromey.com>2015-11-15 10:51:14 -0700
commit8bec5ca26a9977e6c05d6bfa1bbbc7f6f99af4e7 (patch)
treec87da89a9bf28a04d27efb3fac8d557ed577a571 /include/ffi_common.h
parente9de7e35f2339598b16cbb375f9992643ed81209 (diff)
downloadlibffi-8bec5ca26a9977e6c05d6bfa1bbbc7f6f99af4e7.tar.gz
ffi_prep_types is internal-only
Diffstat (limited to 'include/ffi_common.h')
-rw-r--r--include/ffi_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ffi_common.h b/include/ffi_common.h
index 37f5a9e..b312297 100644
--- a/include/ffi_common.h
+++ b/include/ffi_common.h
@@ -82,6 +82,11 @@ ffi_status ffi_prep_cif_machdep(ffi_cif *cif);
ffi_status ffi_prep_cif_machdep_var(ffi_cif *cif,
unsigned int nfixedargs, unsigned int ntotalargs);
+#if HAVE_LONG_DOUBLE_VARIANT
+/* Used to adjust size/alignment of ffi types. */
+void ffi_prep_types (ffi_abi abi);
+#endif
+
/* Extended cif, used in callback from assembly routine */
typedef struct
{