diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-28 07:08:56 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-28 07:08:56 (GMT) |
commit | 06a53c87bf2870967ced8af0b32927dfbd7363ca (patch) | |
tree | ce37cf90d92919072a5bbb4fd78c59d527afa33e /src/lib.h | |
parent | 9e9eb34d73873c4488d0fe69002dd53e463d62fc (diff) | |
download | soup-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |