mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
spa: don't use typedef for struct and enum
This commit is contained in:
parent
83964cec87
commit
11f23a3ffa
163 changed files with 6510 additions and 8264 deletions
|
|
@ -26,12 +26,12 @@ extern "C" {
|
|||
|
||||
#include <spa/props.h>
|
||||
|
||||
SpaResult
|
||||
spa_props_filter (SpaPODBuilder *b,
|
||||
const SpaPOD *props,
|
||||
uint32_t props_size,
|
||||
const SpaPOD *filter,
|
||||
uint32_t filter_size);
|
||||
int
|
||||
spa_props_filter (struct spa_pod_builder *b,
|
||||
const struct spa_pod *props,
|
||||
uint32_t props_size,
|
||||
const struct spa_pod *filter,
|
||||
uint32_t filter_size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue