2002-09-05 Neal H. Walfield <neal@g10code.de>
- assuan-defs.h (_assuan_read_wrapper): Depreciated.
- assuan-util.c (_assuan_read_wrapper): Removed.
- assuan-defs.h (_assuan_write_wrapper): Depreciated.
- assuan-util.c (_assuan_write_wrapper): Removed.
- assuan.h (assuan_set_io_fun): Depreciated.
- assuan-util.c (assuan_set_io_fun): Removed.
- assuan-defs.h (_assuan_read): New function.
(_assuan_write): Likewise.
- assuan-io.c: New file.
- assuan-buffer.c (writen): Use _assuan_write rather than doing
the work here.
(readline): Likewise for _assuan_read.
- Makefile.am (libassuan_a_SOURCES): Add assuan-io.c.
2002-09-05 Neal H. Walfield <neal@cs.uml.edu>
- gpg-agent.c (main) [USE_GNU_PTH]: No need to call
assuan_set_io_func as assuan is smart.