mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
fix headers
This commit is contained in:
parent
898e870997
commit
b75f2aaabd
2 changed files with 6 additions and 6 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIPEWIRE_CLIENT_H
|
#ifndef PIPEWIRE_IMPL_CLIENT_H
|
||||||
#define PIPEWIRE_CLIENT_H
|
#define PIPEWIRE_IMPL_CLIENT_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
@ -165,4 +165,4 @@ void pw_impl_client_set_busy(struct pw_impl_client *client, bool busy);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* PIPEWIRE_CLIENT_H */
|
#endif /* PIPEWIRE_IMPL_CLIENT_H */
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIPEWIRE_NODE_H
|
#ifndef PIPEWIRE_IMPL_NODE_H
|
||||||
#define PIPEWIRE_NODE_H
|
#define PIPEWIRE_IMPL_NODE_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
@ -177,4 +177,4 @@ bool pw_impl_node_is_active(struct pw_impl_node *node);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* PIPEWIRE_NODE_H */
|
#endif /* PIPEWIRE_IMPL_NODE_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue