summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2007-11-28 20:59:02 +0200
committerNikos <nmav@crystal.(none)>2007-11-28 20:59:02 +0200
commit95f27157489944021d27e676a2fea462ebd5586a (patch)
tree9581fe329873199a5a7d46efb804d72b22b31df6 /includes
parent509119cb935162c3a00f083569dce0ad0602b927 (diff)
downloadgnutls-95f27157489944021d27e676a2fea462ebd5586a.tar.gz
updated the gnutlsxx interface
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/gnutlsxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/gnutlsxx.h b/includes/gnutls/gnutlsxx.h
index 7b2188f8ae..932f4945e1 100644
--- a/includes/gnutls/gnutlsxx.h
+++ b/includes/gnutls/gnutlsxx.h
@@ -123,7 +123,7 @@ class session
/* if you just want some defaults, use the following.
*/
- void set_priority (const char* prio, char* syntax_error, size_t syntax_error_size);
+ void set_priority (const char* prio, const char** err_pos);
void set_priority (gnutls_priority_t p);
gnutls_protocol_t get_protocol_version() const;