Added a getter for the library alias

This commit is contained in:
Martin Willi
2010-08-04 09:26:19 +02:00
parent 2e209becbc
commit 71151d3c1b
2 changed files with 20 additions and 0 deletions
@@ -37,6 +37,13 @@ struct pkcs11_library_t {
*/
CK_FUNCTION_LIST_PTR f;
/**
* Get the name this instance was created with.
*
* @return name, as passed to constructor
*/
char* (*get_name)(pkcs11_library_t *this);
/**
* Destroy a pkcs11_library_t.
*/