diff options
Diffstat (limited to 'src/assuan.h')
-rw-r--r-- | src/assuan.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/assuan.h b/src/assuan.h index 44c458a..8553ab0 100644 --- a/src/assuan.h +++ b/src/assuan.h @@ -430,9 +430,8 @@ assuan_error_t assuan_send_data (assuan_context_t ctx, const void *buffer, size_t length); /* The file descriptor must be pending before assuan_receivefd is - call. This means that assuan_sendfd should be called *before* the - trigger is sent (normally via assuan_send_data ("I sent you a - descriptor")). */ + called. This means that assuan_sendfd should be called *before* the + trigger is sent (normally via assuan_write_line ("INPUT FD")). */ assuan_error_t assuan_sendfd (assuan_context_t ctx, int fd); assuan_error_t assuan_receivefd (assuan_context_t ctx, int *fd); |