diff options
Diffstat (limited to 'Servers/ProtocolServer/ProtocolServer.ipc')
-rw-r--r-- | Servers/ProtocolServer/ProtocolServer.ipc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/ProtocolServer/ProtocolServer.ipc b/Servers/ProtocolServer/ProtocolServer.ipc index 698273c3aa..74ec138ab5 100644 --- a/Servers/ProtocolServer/ProtocolServer.ipc +++ b/Servers/ProtocolServer/ProtocolServer.ipc @@ -4,7 +4,7 @@ endpoint ProtocolServer = 9 Greet() => (i32 client_id) // FIXME: It would be nice if the kernel provided a way to avoid this - DisownSharedBuffer(i32 shared_buffer_id) => () + DisownSharedBuffer(i32 shbuf_id) => () // Test if a specific protocol is supported, e.g "http" IsSupportedProtocol(String protocol) => (bool supported) |