1
0
Fork 0
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:
Werner Koch 2009-07-13 09:59:50 +00:00
parent d0d4931e00
commit 816d0d83ef
2 changed files with 5 additions and 0 deletions

View file

@ -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,