summaryrefslogtreecommitdiff
path: root/p11-kit/pin.h
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/pin.h')
-rw-r--r--p11-kit/pin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/p11-kit/pin.h b/p11-kit/pin.h
index 532aa54..9d05331 100644
--- a/p11-kit/pin.h
+++ b/p11-kit/pin.h
@@ -54,7 +54,7 @@ typedef enum {
#define P11_KIT_PIN_FALLBACK ""
-typedef void (*p11_kit_pin_destroy_func) (void *callback_data);
+typedef void (*p11_kit_pin_destroy_func) (void *data);
P11KitPin* p11_kit_pin_new (const unsigned char *value,
size_t length);
@@ -87,7 +87,7 @@ void p11_kit_pin_unregister_callback (const char *pinfile
p11_kit_pin_callback callback,
void *callback_data);
-P11KitPin* p11_kit_pin_retrieve (const char *pinfile,
+P11KitPin* p11_kit_pin_request (const char *pinfile,
P11KitUri *pin_uri,
const char *pin_description,
P11KitPinFlags pin_flags);