http/src/include/file.h
2025-01-30 14:24:17 -05:00

7 lines
90 B
C

#ifndef FILE_H
#define FILE_H
void get_file_from_uri(char** uri, char** buffer);
#endif