diff options
author | Werner Koch <[email protected]> | 2006-10-10 10:47:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-10 10:47:04 +0000 |
commit | 51eedb216b8191094bb625017bb9f0c357a1d171 (patch) | |
tree | 149263e7a4188a3c59110a943b0c7a2a343f462f /doc/assuan.texi | |
parent | Splitted up into a standad lib and an pth enabled one. (diff) | |
download | libassuan-0.9.3.tar.gz libassuan-0.9.3.zip |
portability fixeslibassuan-0.9.3
Diffstat (limited to 'doc/assuan.texi')
-rw-r--r-- | doc/assuan.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index d83a812..7bd3ba1 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -769,6 +769,12 @@ assuan_transact (assuan_context_t ctx, trigger is sent (normally via assuan_write_line ("INPUT FD")). */ @anchor{fun-assuan_sendfd} assuan_error_t assuan_sendfd (assuan_context_t ctx, int fd); + +Note, that calling this with a @var{ctx} of @code{NULL} and @var{fd} of +@code{-1} is a valid runtime test to check whether descripor passing is +available. + +@anchor{fun-assuan_receivedfd} assuan_error_t assuan_receivefd (assuan_context_t ctx, int *fd); |