/* PipeWire */ /* SPDX-FileCopyrightText: Copyright © 2019 Wim Taymans */ /* SPDX-License-Identifier: MIT */ #ifndef PIPEWIRE_IMPL_H #define PIPEWIRE_IMPL_H #ifdef __cplusplus extern "C" { #endif /** * \addtogroup api_pw_impl */ struct pw_impl_client; struct pw_impl_module; struct pw_global; struct pw_node; struct pw_impl_port; struct pw_resource; #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef __cplusplus } #endif #endif /* PIPEWIRE_IMPL_H */