diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2014-04-25 04:32:09 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-05-17 00:22:36 -0400 |
commit | 3cdb0a5420fea0bd47459b0a4d8c4b428ba9bf79 (patch) | |
tree | 23fa57b48031498fa64efd0c764505ce815a7c40 /socket/tcp-bsd.c | |
parent | dd0904d4a52e7bb66be01efb63465bd79abff0af (diff) | |
download | libnice-3cdb0a5420fea0bd47459b0a4d8c4b428ba9bf79.tar.gz |
Change argument names for tcp-bsd
Diffstat (limited to 'socket/tcp-bsd.c')
-rw-r--r-- | socket/tcp-bsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/socket/tcp-bsd.c b/socket/tcp-bsd.c index 45ba714..56f7ca4 100644 --- a/socket/tcp-bsd.c +++ b/socket/tcp-bsd.c @@ -109,8 +109,8 @@ nice_tcp_bsd_socket_new_from_gsock (GMainContext *ctx, GSocket *gsock, } NiceSocket * -nice_tcp_bsd_socket_new (GMainContext *ctx, NiceAddress *remote_addr, - NiceAddress *local_addr, gboolean reliable) +nice_tcp_bsd_socket_new (GMainContext *ctx, NiceAddress *local_addr, + NiceAddress *remote_addr, gboolean reliable) { union { struct sockaddr_storage storage; |