Files
mediafire-fuse/chdir.h

10 lines
139 B
C
Raw Normal View History

#ifndef _MFSHELL_CHDIR_H_
#define _MFSHELL_CHDIR_H_
#include "mfshell.h"
int
_folder_chdir(mfshell_t *mfshell,char *folder_key);
#endif