Renamed pwmd_password_fn to pwmd_passphrase_cb_t. This also changes the
commit1bbeb92042e0a8743a1695cc9580bceb4669d075
authorBen Kibbey <bjk@luxsci.net>
Tue, 31 Mar 2009 23:31:18 +0000 (31 19:31 -0400)
committerBen Kibbey <bjk@luxsci.net>
Tue, 31 Mar 2009 23:31:18 +0000 (31 19:31 -0400)
tree1741fe0df5eb9f8accec41da1d55f00bdf45323d
parente2a18079d157bc53750cdc808c9092234d0e1e15
Renamed pwmd_password_fn to pwmd_passphrase_cb_t. This also changes the
prototype to return a gpg_error_t and have the new 2nd parameter be set
to the passphrase. Returning non-zero will cause the command to fail.

Renamed pwmd_status_fn to pwmd_status_cb_t.
Renamed pwmd_inquire_fn to pwmd_inquire_cb_t.
Renamed PWMD_OPTION_PASSWORD to PWMD_OPTION_PASSPHRASE.
Renamed PWMD_OPTION_PASSWORD_FUNC to PWMD_OPTION_PASSPHRASE_CB.
Renamed PWMD_OPTION_PASSWORD_DATA to PWMD_OPTION_PASSPHRASE_DATA.
Renamed PWMD_OPTION_STATUS_FUNC to PWMD_OPTION_STATUS_CB.
src/libpwmd.c
src/libpwmd.h.in
src/pwmc.c
src/types.h