summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-03 11:24:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-03 11:24:53 +0000
commit4304b66ab01bd1d295a4ad48cd3ff33b8c222a3f (patch)
tree3b2002890ac44bc35cc5914e1686b7f9a448a81f /auth
parent5e7bb1fd972b8efbd58fe2b618a5f217a3fc98e5 (diff)
downloadmailutils-4304b66ab01bd1d295a4ad48cd3ff33b8c222a3f.tar.gz
mailutils-4304b66ab01bd1d295a4ad48cd3ff33b8c222a3f.tar.bz2
(_tls_strerror): Fixed declaration.
Diffstat (limited to 'auth')
-rw-r--r--auth/tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/tls.c b/auth/tls.c
index 0115eca0f..327928652 100644
--- a/auth/tls.c
+++ b/auth/tls.c
@@ -359,7 +359,7 @@ _tls_open (stream_t stream)
}
int
-_tls_strerror (stream_t stream, const char **pstr)
+_tls_strerror (stream_t stream, char **pstr)
{
struct _tls_stream *s = stream_get_owner (stream);
*pstr = gnutls_strerror (s->last_err);

Return to:

Send suggestions and report system problems to the System administrator.