fix headers

This commit is contained in:
Wim Taymans 2019-12-11 14:08:30 +01:00
parent 898e870997
commit b75f2aaabd
2 changed files with 6 additions and 6 deletions

View file

@ -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 */

View file

@ -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 */