From bccb03463fc41f2e6c4305a5565d4158a0f797fe Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 16 Jul 2024 15:13:00 +0200 Subject: initial commit --- include/endpoint-private.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/endpoint-private.h (limited to 'include/endpoint-private.h') diff --git a/include/endpoint-private.h b/include/endpoint-private.h new file mode 100644 index 0000000..1ee4d8c --- /dev/null +++ b/include/endpoint-private.h @@ -0,0 +1,15 @@ +#ifndef ASTAL_WP_ENDPOINT_PRIV_H +#define ASTAL_WP_ENDPOINT_PRIV_H + +#include +#include + +#include "endpoint.h" + +G_BEGIN_DECLS + +AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer); + +G_END_DECLS + +#endif // !ASTAL_WP_ENDPOINT_PRIV_H -- cgit v1.2.3