diff options
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 |