From 7606e3b33a57016b39b02857a7094e378a245ec3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Dec 2001 13:43:42 +0000 Subject: * 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. --- assuan/assuan-handler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assuan/assuan-handler.c') 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. * -- cgit v1.2.3