From 3654710c418a8972555a5d079bfebca0b1fdb8e5 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 7 Jun 2020 22:54:27 +0200 Subject: LibIPC+Services: Support URL as a native IPC type --- Services/ProtocolServer/ProtocolServer.ipc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Services/ProtocolServer') diff --git a/Services/ProtocolServer/ProtocolServer.ipc b/Services/ProtocolServer/ProtocolServer.ipc index c25fc54ca9..80097ebff4 100644 --- a/Services/ProtocolServer/ProtocolServer.ipc +++ b/Services/ProtocolServer/ProtocolServer.ipc @@ -10,6 +10,6 @@ endpoint ProtocolServer = 9 IsSupportedProtocol(String protocol) => (bool supported) // Download API - StartDownload(String url, IPC::Dictionary request_headers) => (i32 download_id) + StartDownload(URL url, IPC::Dictionary request_headers) => (i32 download_id) StopDownload(i32 download_id) => (bool success) } -- cgit v1.2.3