summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-15 23:43:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 19:41:29 +0200
commitbd73a4d78c7255069ac34ba9ed47654af1230c1a (patch)
tree0d268073d198ffc49d557bc92d1d52bf6bba036d /lib/pkcs11_int.h
parentb3ed74e56063d6a501b32e22d19e42106c771a4c (diff)
downloadgnutls-bd73a4d78c7255069ac34ba9ed47654af1230c1a.tar.gz
Corrections to properly handle token removal and insert.
Diffstat (limited to 'lib/pkcs11_int.h')
-rw-r--r--lib/pkcs11_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h
index 5f475c0573..3ca93e1e79 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -45,5 +45,7 @@ int pkcs11_login(pakchois_session_t *pks, struct token_info *info);
extern gnutls_pkcs11_token_callback_t token_func;
extern void* token_data;
+void pkcs11_rescan_slots(void);
+
#endif