X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fgnio.git;a=blobdiff_plain;f=gnio%2Fginetsocketaddress.h;h=fc4406262a81434707f00866dbb8df2ca6227a5f;hp=5982e559ddcd7c59cc4af0c11ad58f62b0abf572;hb=48aa363fffb042f947130762acc7cd3c787b11d9;hpb=1c031c7647fc229c3be8fc40a4153aa47d3aea6b diff --git a/gnio/ginetsocketaddress.h b/gnio/ginetsocketaddress.h index 5982e55..fc44062 100644 --- a/gnio/ginetsocketaddress.h +++ b/gnio/ginetsocketaddress.h @@ -55,7 +55,8 @@ struct _GInetSocketAddressClass GType g_inet_socket_address_get_type (void) G_GNUC_CONST; -GInetSocketAddress * g_inet_socket_address_new (GInetAddress *address, guint16 port); +GInetSocketAddress * g_inet_socket_address_new (GInetAddress *address, + guint16 port); GInetAddress * g_inet_socket_address_get_address (GInetSocketAddress *sockaddr);