summaryrefslogtreecommitdiff
path: root/include/endpoint-private.h
blob: 1ee4d8cf86731c8894119722313eb4047b186613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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