From 14ce052bf2787ee3211f833d131580f4691094f6 Mon Sep 17 00:00:00 2001 From: Skgland Date: Tue, 26 Aug 2025 00:33:16 +0200 Subject: [PATCH] export array_type/3 --- src/lib/ffi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ffi.pl b/src/lib/ffi.pl index a03308a7..35a56195 100644 --- a/src/lib/ffi.pl +++ b/src/lib/ffi.pl @@ -1,4 +1,4 @@ -:- module(ffi, [use_foreign_module/2, foreign_struct/2, with_locals/2, allocate/4, deallocate/3, read_ptr/3]). +:- module(ffi, [use_foreign_module/2, foreign_struct/2, with_locals/2, allocate/4, deallocate/3, read_ptr/3, array_type/3]). /** Foreign Function Interface -- 2.54.0