diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-14 13:43:34 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-14 13:43:34 +0000 |
commit | bf3161a1d930ca323293def2cb990ab38584524b (patch) | |
tree | 8fe0c41914b4b7e625d8686fa2e629160e813f4b | |
parent | 1bc91aca63b17051bcedc973c5abe4060fa12005 (diff) | |
download | libassuan-bf3161a1d930ca323293def2cb990ab38584524b.tar.gz |
* util.h (digitp, hexdigitp): New ctype like macros.
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
* command.c: Removed the conversion macros as they are now in
../common/util.h.
-rw-r--r-- | src/assuan-handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c index 614f83d..8ec8b23 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -458,7 +458,8 @@ assuan_process_next (ASSUAN_CONTEXT ctx) * * Return all active filedescriptors for the given context. This * function can be used to select on the fds and call - * assuan_process_next() if there is an active one. + * assuan_process_next() if there is an active one. The first fd in + * the array is the one used for the command connection. * * Note, that write FDs are not yet supported. * |