move safe_mkdir & check_dir to system-helpers

This commit is contained in:
satbaby
2012-09-11 20:34:53 +02:00
parent 3389defb17
commit dfa3231469
7 changed files with 50 additions and 51 deletions

View File

@@ -144,9 +144,6 @@ class COnekeyPluginChangeExec : public CMenuTarget
int exec(CMenuTarget* parent, const std::string & actionKey);
};
int safe_mkdir(char * path);
int check_dir(const char * newdir);
class CTZChangeNotifier : public CChangeObserver
{
public: