initial commit - import mediafire-shell sources

This commit is contained in:
josch
2014-09-15 20:00:05 +02:00
commit ad1fea5a78
56 changed files with 8147 additions and 0 deletions

8
folder_create.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _MFSHELL_FOLDER_CREATE_H_
#define _MFSHELL_FOLDER_CREATE_H_
#include "mfshell.h"
int _folder_create(mfshell_t *mfshell,char *parent,char *name);
#endif