summaryrefslogtreecommitdiff
path: root/socket/tcp-bsd.h
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@ktknet.cz>2014-04-24 12:38:56 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-17 00:22:36 -0400
commit2f319ad9876287c0ea1c14b4e118e7aa5b206801 (patch)
tree0f6bfe1a0942500d6e162cf57a8252a7ac69f08c /socket/tcp-bsd.h
parent6344efa8f2e21f29bbe2be1170967643169a0122 (diff)
downloadlibnice-2f319ad9876287c0ea1c14b4e118e7aa5b206801.tar.gz
nice_tcp_bsd_socket_new: rename addr -> remote_addr
Diffstat (limited to 'socket/tcp-bsd.h')
-rw-r--r--socket/tcp-bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/tcp-bsd.h b/socket/tcp-bsd.h
index 21ffc09..f206c9a 100644
--- a/socket/tcp-bsd.h
+++ b/socket/tcp-bsd.h
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
NiceSocket *
-nice_tcp_bsd_socket_new (GMainContext *ctx, NiceAddress *addr, gboolean reliable);
+nice_tcp_bsd_socket_new (GMainContext *ctx, NiceAddress *remote_addr, gboolean reliable);
NiceSocket *
nice_tcp_bsd_socket_new_from_gsock (GMainContext *ctx, GSocket *gsock,