mediamtx/internal/rpicamera/exe/base64.h

7 lines
90 B
C
Raw Normal View History

#ifndef __BASE64_H__
#define __BASE64_H__
char* base64_decode(const char *data);
#endif