spa: don't use typedef for struct and enum

This commit is contained in:
Wim Taymans 2017-05-25 13:28:15 +02:00
parent 83964cec87
commit 11f23a3ffa
163 changed files with 6510 additions and 8264 deletions

View file

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