Files
mediafire-fuse/file_info.h

9 lines
159 B
C
Raw Normal View History

#ifndef _MFSHELL_FILE_INFO_H_
#define _MFSHELL_FILE_INFO_H_
#include "mfshell.h"
int _file_get_info(mfshell_t *mfshell,file_t *file,char *quickkey);
#endif