summaryrefslogtreecommitdiff
path: root/src/lib.h
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-28 07:08:56 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-28 07:08:56 (GMT)
commit06a53c87bf2870967ced8af0b32927dfbd7363ca (patch)
treece37cf90d92919072a5bbb4fd78c59d527afa33e /src/lib.h
parent9e9eb34d73873c4488d0fe69002dd53e463d62fc (diff)
downloadsoup-transcoding-proxy-06a53c87bf2870967ced8af0b32927dfbd7363ca.zip
soup-transcoding-proxy-06a53c87bf2870967ced8af0b32927dfbd7363ca.tar.gz
server: Verify the UDP client list during token validation
Diffstat (limited to 'src/lib.h')
-rw-r--r--src/lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.h b/src/lib.h
index f97b0de..6c0f771 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -104,6 +104,8 @@ guint stp_get_stream_type_from_string (const char *type);
gboolean stp_validate_token_server (GInetAddressMask *mask,
SoupClientContext *client);
+gboolean stp_clients_is_subset (char *superset,
+ char *subset);
void stp_server_ctx_cleanup (STPServerCtx *ctx);
void stp_client_ctx_cleanup (STPClientCtx *ctx);