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

Commit f79ba085 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 7ecb919d: Merge "Remove unused "host/Directories.h"."

* commit '7ecb919d':
  Remove unused "host/Directories.h".
parents 29dc917b 7ecb919d
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