mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-29 21:37:54 -04:00
module-avb: add zero padding check function
This commit is contained in:
parent
b47c07b9cd
commit
14b1c4d3dd
2 changed files with 22 additions and 0 deletions
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#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);
|
||||
|
||||
#endif /* AVB_STRINGS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue