diff options
author | Nikos <nmav@crystal.(none)> | 2007-11-28 20:59:02 +0200 |
---|---|---|
committer | Nikos <nmav@crystal.(none)> | 2007-11-28 20:59:02 +0200 |
commit | 95f27157489944021d27e676a2fea462ebd5586a (patch) | |
tree | 9581fe329873199a5a7d46efb804d72b22b31df6 /includes | |
parent | 509119cb935162c3a00f083569dce0ad0602b927 (diff) | |
download | gnutls-95f27157489944021d27e676a2fea462ebd5586a.tar.gz |
updated the gnutlsxx interface
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/gnutlsxx.h | 2 |
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; |