[Pkg-gnupg-commit] [libassuan] 28/437: * util.h (digitp, hexdigitp): New ctype like macros. (atoi_1, atoi_2, atoi_4, xtoi_1, xtoi_2): New.
Eric Dorland
eric at moszumanska.debian.org
Fri May 22 05:33:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libassuan.
commit bf3161a1d930ca323293def2cb990ab38584524b
Author: Werner Koch <wk at gnupg.org>
Date: Fri Dec 14 13:43:34 2001 +0000
* 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.
---
src/assuan-handler.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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.
*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git
More information about the Pkg-gnupg-commit
mailing list