[libsoup] Fix build on Windows



commit a9c26b08627d2e83d890791ce5fcbe7a615ac17e
Author: Kalev Lember <kalevlember gmail com>
Date:   Tue Oct 14 22:45:18 2014 +0200

    Fix build on Windows
    
    Avoid the use of 'interface' variable name in public headers to avoid
    conflicting with the "#define interface struct" that Windows headers do.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738551

 libsoup/soup-server.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-server.h b/libsoup/soup-server.h
index 79f6002..2cbd7d1 100644
--- a/libsoup/soup-server.h
+++ b/libsoup/soup-server.h
@@ -80,7 +80,7 @@ gboolean        soup_server_is_https           (SoupServer               *server
 
 SOUP_AVAILABLE_IN_2_48
 gboolean        soup_server_listen             (SoupServer               *server,
-                                               GSocketAddress           *interface,
+                                               GSocketAddress           *address,
                                                SoupServerListenOptions   options,
                                                GError                  **error);
 SOUP_AVAILABLE_IN_2_48


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]