All commands that send data use do_assuan_command() or xfer_data(). This
commit7478252f813e2437144a6142895ac38ba0d397cb
authorBen Kibbey <bjk@luxsci.net>
Sun, 19 Apr 2009 02:21:16 +0000 (18 22:21 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 19 Apr 2009 02:21:16 +0000 (18 22:21 -0400)
treeafec4a6ebcea707bd1f508866da62652f005c486
parent71b5ea2d586c9a8fdc6979dfd0a51205369f7988
All commands that send data use do_assuan_command() or xfer_data(). This
allows a timeout to be set before the specified cb (thread) terminates.
src/commands.c
src/common.h
src/status.c