ladybird/Userland/Services/ImageDecoder/ImageDecoderClient.ipc
sin-ack 59218007a3 IPCCompiler: Use string hashes for IPC endpoint magic
This patch removes the IPC endpoint numbers that needed to be specified
in the IPC files.  Since the string hash is a (hopefully) collision free
number that depends on the name of the endpoint, we now use that
instead. :^)
2021-04-25 09:29:49 +02:00

4 lines
47 B
Text

endpoint ImageDecoderClient
{
Dummy() =|
}