From 14ee7a1ee8a681a4afd59bf3fe01da1299f50c2f Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sat, 25 Sep 2021 13:40:15 -0500 Subject: [PATCH] Rename :downcall to :function in the symbolspec --- src/clj/coffi/ffi.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index 760cc6e..db2e1ad 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -1019,7 +1019,7 @@ (s/fdef reify-symbolspec :args (s/cat :spec ::symbolspec)) -(defmethod reify-symbolspec :downcall +(defmethod reify-symbolspec :function [spec] (cond-> (make-downcall (:symbol spec)