mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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,8 +26,8 @@ extern "C" {
|
|||
|
||||
#include <spa/type-map.h>
|
||||
|
||||
void spa_type_map_set_default (SpaTypeMap *map);
|
||||
SpaTypeMap * spa_type_map_get_default (void);
|
||||
void spa_type_map_set_default (struct spa_type_map *map);
|
||||
struct spa_type_map * spa_type_map_get_default (void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue