diff options
author | kotontrion <[email protected]> | 2024-07-16 15:13:00 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-16 15:13:00 +0200 |
commit | bccb03463fc41f2e6c4305a5565d4158a0f797fe (patch) | |
tree | 8bba78c11f79ea8ff44d3b16467768ebc010b6e3 /include/endpoint-private.h |
initial commit
Diffstat (limited to 'include/endpoint-private.h')
-rw-r--r-- | include/endpoint-private.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 <glib-object.h> +#include <wp/wp.h> + +#include "endpoint.h" + +G_BEGIN_DECLS + +AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer); + +G_END_DECLS + +#endif // !ASTAL_WP_ENDPOINT_PRIV_H |