Merge branch 'master' into errorstate
[cascardo/gnio.git] / gnio / ginetsocketaddress.h
index 5982e55..27f80ee 100644 (file)
@@ -25,8 +25,8 @@
 #define G_INET_SOCKET_ADDRESS_H
 
 #include <glib-object.h>
-#include "gsocketaddress.h"
-#include "ginetaddress.h"
+#include <gnio/gsocketaddress.h>
+#include <gnio/ginetaddress.h>
 
 G_BEGIN_DECLS
 
@@ -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);