Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ecb919d authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove unused "host/Directories.h"."

parents d4ff2283 cd5875f7
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
#ifndef HOST_MKDIRS_H
#define HOST_MKDIRS_H

#include <string>

std::string parent_dir(const std::string& path);

extern "C" int mkdirs(const char* path);

#endif // HOST_MKDIRS_H