summaryrefslogtreecommitdiff
path: root/libsoup/soup-websocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-websocket.h')
-rw-r--r--libsoup/soup-websocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-websocket.h b/libsoup/soup-websocket.h
index 910b9ae7..20584982 100644
--- a/libsoup/soup-websocket.h
+++ b/libsoup/soup-websocket.h
@@ -85,7 +85,7 @@ gboolean soup_websocket_server_check_handshake (SoupMessage *msg,
SOUP_AVAILABLE_IN_2_50
gboolean soup_websocket_server_process_handshake (SoupMessage *msg,
- const char *origin,
+ const char *expected_origin,
char **protocols);
G_END_DECLS