mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
spa: add missing header guards and extern C define for spa/pod/filter.h
This commit is contained in:
parent
a179e0fecd
commit
a71e68e945
1 changed files with 13 additions and 0 deletions
|
|
@ -22,6 +22,13 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef SPA_POD_FILTER_H
|
||||||
|
#define SPA_POD_FILTER_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
@ -407,3 +414,9 @@ spa_pod_filter(struct spa_pod_builder *b,
|
||||||
/**
|
/**
|
||||||
* \}
|
* \}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
} /* extern "C" */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* SPA_POD_FILTER_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue