summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-06-16 22:55:28 +0200
committerJens Georg <mail@jensge.org>2020-06-16 22:55:28 +0200
commita6d25cef5645bdb45e90a7a17e280b69eab63d01 (patch)
tree4b3636185e7b28ac0bf6389edb28b3040ed81218
parent44cb3b093ef5d1a929f88f64257356ed7bb4ed51 (diff)
downloadgssdp-a6d25cef5645bdb45e90a7a17e280b69eab63d01.tar.gz
client: Add missing prototype for get_address_mask
-rw-r--r--libgssdp/gssdp-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgssdp/gssdp-client.h b/libgssdp/gssdp-client.h
index 70c5887..1b1308e 100644
--- a/libgssdp/gssdp-client.h
+++ b/libgssdp/gssdp-client.h
@@ -98,6 +98,9 @@ gssdp_client_get_index (GSSDPClient *client);
GSocketFamily
gssdp_client_get_family (GSSDPClient *client);
+GInetAddressMask *
+gssdp_client_get_address_mask (GSSDPClient *client);
+
void
gssdp_client_append_header (GSSDPClient *client,
const char *name,