diff options
Diffstat (limited to 'kbx/frontend.h')
-rw-r--r-- | kbx/frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbx/frontend.h b/kbx/frontend.h index d7647ba44..20565215a 100644 --- a/kbx/frontend.h +++ b/kbx/frontend.h @@ -31,8 +31,8 @@ enum kbxd_store_modes }; -gpg_error_t kbxd_add_resource (ctrl_t ctrl, - const char *filename_arg, int readonly); +gpg_error_t kbxd_set_database (ctrl_t ctrl, + const char *filename_arg, int readonly); void kbxd_release_session_info (ctrl_t ctrl); |