mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
9 lines
163 B
C
9 lines
163 B
C
|
|
#ifndef _MFSHELL_FOLDER_CREATE_H_
|
||
|
|
#define _MFSHELL_FOLDER_CREATE_H_
|
||
|
|
|
||
|
|
#include "mfshell.h"
|
||
|
|
|
||
|
|
int _folder_create(mfshell_t *mfshell,char *parent,char *name);
|
||
|
|
|
||
|
|
#endif
|