summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-09 13:26:10 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-09 13:26:10 +0100
commit133478c1ea66e62cb1671dc8105364f900a557fa (patch)
tree3b26f80e3dfd150e42d99eb9f50d9762ea9843c2
parent7823fbbd53bcdb32a39c02d85b598b16f6f4c95a (diff)
downloadgnutls-133478c1ea66e62cb1671dc8105364f900a557fa.tar.gz
Remove redundant const keyword in (confuses gtk-doc parser).
-rw-r--r--lib/includes/gnutls/pkcs11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 7db5d9e575..31fa5519f5 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -50,7 +50,7 @@
**/
typedef int (*gnutls_pkcs11_token_callback_t) (void *const userdata,
const char *const label,
- const unsigned retry);
+ unsigned retry);
/**
* gnutls_pkcs11_pin_flag_t: