diff options
Diffstat (limited to 'doc/assuan.texi')
-rw-r--r-- | doc/assuan.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index cc7dcaf..2422f73 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -745,6 +745,7 @@ assuan_transact (assuan_context_t ctx, /* The file descriptor must be pending before assuan_receivefd is called. This means that assuan_sendfd should be called *before* the 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); assuan_error_t assuan_receivefd (assuan_context_t ctx, int *fd); |