diff options
Diffstat (limited to 'lib/icipc.h')
-rw-r--r-- | lib/icipc.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/icipc.h b/lib/icipc.h new file mode 100644 index 0000000..a619513 --- /dev/null +++ b/lib/icipc.h @@ -0,0 +1,18 @@ +/* PipeWire AGL Cluster IPC + * + * Copyright © 2021 Collabora Ltd. + * @author Julian Bouzas <julian.bouzas@collabora.com> + * + * SPDX-License-Identifier: MIT + */ + +#ifndef __ICIPC_H__ +#define __ICIPC_H__ + +#include "protocol.h" +#include "receiver.h" +#include "sender.h" +#include "server.h" +#include "client.h" + +#endif |