aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/ath-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/ath-compat.c')
-rw-r--r--gpgme/ath-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/ath-compat.c b/gpgme/ath-compat.c
index 0c25c209..02ccc58a 100644
--- a/gpgme/ath-compat.c
+++ b/gpgme/ath-compat.c
@@ -154,7 +154,7 @@ ath_accept (int s, struct sockaddr *addr, socklen_t *length_ptr)
int
-ath_connect (int s, struct sockaddr *addr, socklen_t length)
+ath_connect (int s, const struct sockaddr *addr, socklen_t length)
{
if (ath_ops && ath_ops->connect)
return ath_ops->connect (s, addr, length);