wireplumber/lib/wp/wp.h
George Kiagiadakis c0455c981d lib: rename WpEndpoint* to WpBaseEndpoint*
to avoid name clashing with the upcoming WpEndpoint interface
that is going to be the common interface of Wp{Proxy,Exported}Endpoint
2019-12-11 19:05:05 +02:00

26 lines
568 B
C

/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
#include "base-endpoint.h"
#include "configuration.h"
#include "core.h"
#include "error.h"
#include "exported.h"
#include "factory.h"
#include "module.h"
#include "monitor.h"
#include "object-manager.h"
#include "policy.h"
#include "properties.h"
#include "proxy.h"
#include "proxy-client.h"
#include "proxy-link.h"
#include "proxy-node.h"
#include "proxy-port.h"
#include "session.h"
#include "wpenums.h"