aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/lib.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/gpgscm/lib.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gpgscm/lib.scm b/tests/gpgscm/lib.scm
index a8ae2f805..7d2d1ebac 100644
--- a/tests/gpgscm/lib.scm
+++ b/tests/gpgscm/lib.scm
@@ -207,6 +207,9 @@
;; Get our process id.
(ffi-define (getpid))
+;; Copy data from file descriptor SOURCE to SINK.
+(ffi-define (splice source sink))
+
;;
;; Random numbers.
;;