axle OS
x86_32 UNIX-like hobby OS
fsdec.h
1 #ifndef FSDEC_H
2 #define FSDEC_H
3 
4 #include "fscodec.h"
5 
6 fs_file * fsFilesInArchive(char * path);
7 
8 int fsDeserialize(unsigned char * buffer, long fileSize, fs_file * * file);
9 
10 #endif /* FSDEC_H */
Definition: fs_file_internal.h:6