diff options
Diffstat (limited to 'libsoup/websocket/soup-websocket.h')
-rw-r--r-- | libsoup/websocket/soup-websocket.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/libsoup/websocket/soup-websocket.h b/libsoup/websocket/soup-websocket.h index 9f265e0a..d347c213 100644 --- a/libsoup/websocket/soup-websocket.h +++ b/libsoup/websocket/soup-websocket.h @@ -87,28 +87,28 @@ gboolean soup_websocket_client_verify_handshake_with_extensions (SoupMessage *ms GError **error); SOUP_AVAILABLE_IN_2_50 -gboolean soup_websocket_server_check_handshake (SoupMessage *msg, - const char *origin, - char **protocols, - GError **error); +gboolean soup_websocket_server_check_handshake (SoupServerMessage *msg, + const char *origin, + char **protocols, + GError **error); SOUP_AVAILABLE_IN_2_68 gboolean -soup_websocket_server_check_handshake_with_extensions (SoupMessage *msg, - const char *origin, - char **protocols, - GPtrArray *supported_extensions, - GError **error); +soup_websocket_server_check_handshake_with_extensions (SoupServerMessage *msg, + const char *origin, + char **protocols, + GPtrArray *supported_extensions, + GError **error); SOUP_AVAILABLE_IN_2_50 -gboolean soup_websocket_server_process_handshake (SoupMessage *msg, - const char *expected_origin, - char **protocols); +gboolean soup_websocket_server_process_handshake (SoupServerMessage *msg, + const char *expected_origin, + char **protocols); SOUP_AVAILABLE_IN_2_68 gboolean -soup_websocket_server_process_handshake_with_extensions (SoupMessage *msg, - const char *expected_origin, - char **protocols, - GPtrArray *supported_extensions, - GList **accepted_extensions); +soup_websocket_server_process_handshake_with_extensions (SoupServerMessage *msg, + const char *expected_origin, + char **protocols, + GPtrArray *supported_extensions, + GList **accepted_extensions); G_END_DECLS |