pwmd_bulk: Pass --inquire to the command.
commita8724e360284692ff09861b7b49e5036e285690e
authorBen Kibbey <bjk@luxsci.net>
Tue, 20 Nov 2018 02:03:58 +0000 (19 18:03 -0800)
committerBen Kibbey <bjk@luxsci.net>
Tue, 20 Nov 2018 02:03:58 +0000 (19 18:03 -0800)
treef364773f3a60a5abd8c58ca61b9af4c4e1ca1411
parent003c755c1e8865125f41000fc1824814fc01aa4e
pwmd_bulk: Pass --inquire to the command.

Libpwmd requires this function for its use of the BULK command
internally to handle expressions that may be longer than
ASSUAN_LINELENGTH and to deal with callback functions. It needs to be a
server inquire for libpwmd's use.

For the user, an inquire may not be needed so update the docs to mention
that.
doc/libpwmd.3
src/libpwmd.c
src/libpwmd.h.in