Removed pwmd_get_hostkey(), pwmd_get_hostkey_async(), pwmd_get_fds(),
commita8515208292727080abc75f16b7f951cac2a8cf4
authorBen Kibbey <bjk@luxsci.net>
Sat, 12 Mar 2011 01:17:08 +0000 (11 20:17 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 12 Mar 2011 02:39:29 +0000 (11 21:39 -0500)
tree20b3ecb47ea9e2776a464e8e413b64d7bfc338c5
parent9365fbd9eec6b80364c44403fcb0ddb17542f29b
Removed pwmd_get_hostkey(), pwmd_get_hostkey_async(), pwmd_get_fds(),
pwmd_pending_line(), pwmd_open_async(), pwmd_open_async2(),
pwmd_save_async(), pwmd_save_async2(), pwmd_strerror(),
pwmd_strerror_r(), pwmd_connect_url_async(), pwmd_async_t, EPWMD_NO_FILE,
EPWMD_LIBXML_ERROR, EPWMD_FILE_MODIFIED and EPWMD_MAX. Since libassuan
doesn't do asynchronous IO it doesn't make sense to have these functions.

pwmd_process() takes only a handle as a parameter and returns a
gpg_error_t.
src/libpwmd.c
src/libpwmd.h.in
src/pwmc.c
src/ssh.c
src/ssh.h
src/types.h