1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* 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.
This commit is contained in:
Werner Koch 2001-12-14 13:43:42 +00:00
parent 317bccd134
commit 7606e3b33a
6 changed files with 41 additions and 17 deletions

View file

@ -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.
*