Add missing declaration of _new_with_port
authorJens Georg <jensg@openismus.com>
Sun, 1 Dec 2013 12:19:40 +0000 (13:19 +0100)
committerJens Georg <jensg@openismus.com>
Sun, 1 Dec 2013 12:19:44 +0000 (13:19 +0100)
Somehow the function prototype got lost while merging.

libgssdp/gssdp-client.h

index 2b564f1..59a344d 100644 (file)
@@ -75,6 +75,11 @@ gssdp_client_new              (GMainContext *main_context,
                                const char   *iface,
                                GError      **error);
 
+GSSDPClient *
+gssdp_client_new_with_port    (const char *iface,
+                               guint16     msearch_port,
+                               GError    **error);
+
 #ifndef GSSDP_DISABLE_DEPRECATED
 GMainContext *
 gssdp_client_get_main_context (GSSDPClient  *client);