7 lines
90 B
C
7 lines
90 B
C
#ifndef FILE_H
|
|
#define FILE_H
|
|
|
|
void get_file_from_uri(char** uri, char** buffer);
|
|
|
|
#endif
|