mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-12 18:00:12 +00:00
7 lines
90 B
C
7 lines
90 B
C
#ifndef __BASE64_H__
|
|
#define __BASE64_H__
|
|
|
|
char* base64_decode(const char *data);
|
|
|
|
#endif
|