mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -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
|
|
@ -75,7 +75,7 @@ static inline int memfd_create(const char *name, unsigned int flags) {
|
|||
|
||||
#undef USE_MEMFD
|
||||
|
||||
SpaResult
|
||||
int
|
||||
pw_memblock_map (struct pw_memblock *mem)
|
||||
{
|
||||
if (mem->ptr != NULL)
|
||||
|
|
@ -118,7 +118,7 @@ pw_memblock_map (struct pw_memblock *mem)
|
|||
return SPA_RESULT_OK;
|
||||
}
|
||||
|
||||
SpaResult
|
||||
int
|
||||
pw_memblock_alloc (enum pw_memblock_flags flags,
|
||||
size_t size,
|
||||
struct pw_memblock *mem)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue