summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-10 12:19:09 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-10 15:11:51 +0200
commit6c43108b73301062e2678a176a700a452568b1f0 (patch)
treee5a8b3340d0be973a2b4ce3a73ce53b6ce5c7dc6 /lib/gnutls_str.h
parent3df051196838f4f43f2350c637bb3fae3001ddaf (diff)
downloadgnutls-6c43108b73301062e2678a176a700a452568b1f0.tar.gz
Correctly import and export pkcs11-urls with ID field set.
Diffstat (limited to 'lib/gnutls_str.h')
-rw-r--r--lib/gnutls_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_str.h b/lib/gnutls_str.h
index 92179559e3..3fb230598a 100644
--- a/lib/gnutls_str.h
+++ b/lib/gnutls_str.h
@@ -74,7 +74,7 @@ int _gnutls_buffer_pop_datum_prefix (gnutls_buffer_st * buf,
gnutls_datum_t * data);
int _gnutls_buffer_to_datum (gnutls_buffer_st * str, gnutls_datum_t * data);
-int _gnutls_buffer_escape (gnutls_buffer_st * dest,
+int _gnutls_buffer_escape (gnutls_buffer_st * dest, int all,
const char *const invalid_chars);
int _gnutls_buffer_unescape (gnutls_buffer_st * dest);