Removed pwmd_get_password(). This has been replaced by pwmd_open_nb()
commitd3039100c1cd9cf45447769327fc91d3bd1395f8
authorBen Kibbey <bjk@luxsci.net>
Tue, 10 Jul 2007 01:59:55 +0000 (9 21:59 -0400)
committerBen Kibbey <bjk@luxsci.net>
Tue, 10 Jul 2007 01:59:55 +0000 (9 21:59 -0400)
tree78b19d3e65512d7dac68714f4d490552d6569130
parent5f6433664aaca3ab731e64caf8875990bd76e4b3
Removed pwmd_get_password(). This has been replaced by pwmd_open_nb()
and pwmd_save_nb(). These function's will return a file descriptor
that select() can use when a file isn't cached. When available for a
read(), a pwmd_nb_status_t should be read and then passed to
pwmd_open_nb_finalize() or pwmd_save_nb_finalize() to update the pwm
handle.

Renamed pwmd_password_func to pwmd_password_fn and pwmd_status_func to
pwmd_status_fn.

The pwmd_password_fn now requires a pwm_t * argument along with the
void * user data.

No longer include assuan.[ch].
Makefile.am
asshelp.c [deleted file]
asshelp.h [deleted file]
libpwmd.c
libpwmd.h