mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgscm: Drop 'len' argument from splice.
* tests/gpgscm/ffi.c (do_splice): Drop 'len' argument, no-one uses it. * tests/gpgscm/lib.scm (splice): Document foreign function. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
a55393cb5f
commit
4d98a72b88
2 changed files with 5 additions and 11 deletions
|
@ -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.
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue