mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add new prototypes
This commit is contained in:
parent
d0d4931e00
commit
816d0d83ef
2 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,8 @@ const char *apdu_strerror (int rc);
|
|||
int apdu_connect (int slot);
|
||||
int apdu_disconnect (int slot);
|
||||
|
||||
int apdu_set_progress_cb (int slot, gcry_handler_progress_t cb, void *cb_arg);
|
||||
|
||||
int apdu_activate (int slot);
|
||||
int apdu_reset (int slot);
|
||||
int apdu_get_status (int slot, int hang,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue