diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-14 14:43:42 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-14 14:43:42 +0100 |
commit | 7606e3b33a57016b39b02857a7094e378a245ec3 (patch) | |
tree | efbf689db541926ab5a8683e2c39a4e4793e93d4 /assuan | |
parent | * util.h (digitp, hexdigitp): New ctype like macros. (diff) | |
download | gnupg2-7606e3b33a57016b39b02857a7094e378a245ec3.tar.xz gnupg2-7606e3b33a57016b39b02857a7094e378a245ec3.zip |
* 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.
Diffstat (limited to 'assuan')
-rw-r--r-- | assuan/assuan-handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assuan/assuan-handler.c b/assuan/assuan-handler.c index 614f83d8a..8ec8b2301 100644 --- a/assuan/assuan-handler.c +++ b/assuan/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. * |