summaryrefslogtreecommitdiffstats
path: root/src/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.c')
-rw-r--r--src/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api.c b/src/api.c
index c84675c..4de06a3 100644
--- a/src/api.c
+++ b/src/api.c
@@ -890,7 +890,7 @@ int cgroup_attach_task(struct cgroup *cgroup)
* cg_mkdir_p, emulate the mkdir -p command (recursively creating paths)
* @path: path to create
*/
-static int cg_mkdir_p(const char *path)
+int cg_mkdir_p(const char *path)
{
char *real_path = NULL;
char *wd = NULL;