mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-29 21:37:54 -04:00
module-avb: fix types
This commit is contained in:
parent
3bde62bc1d
commit
2dd60fdbc6
4 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
int validate_utf8(uint8_t *str, size_t len);
|
||||
int check_zero_padding(uint8_t *str, size_t len);
|
||||
int check_zero_padding(const unsigned char *str, size_t len);
|
||||
int validate_utf8(const unsigned char *str, size_t len);
|
||||
|
||||
#endif /* AVB_STRINGS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue