Files
mediafire-fuse/list.h

10 lines
136 B
C

#ifndef _MFSHELL_LIST_H_
#define _MFSHELL_LIST_H_
#include "mfshell.h"
long
_folder_get_content(mfshell_t *mfshell,int mode);
#endif