summaryrefslogtreecommitdiffstats
path: root/libcgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcgroup.h')
-rw-r--r--libcgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcgroup.h b/libcgroup.h
index 5252c7f..fe13758 100644
--- a/libcgroup.h
+++ b/libcgroup.h
@@ -145,7 +145,7 @@ int cg_group_task_perm(char *perm_type, char *value);
int cg_parse_controller_options(char *controller, char *name_value);
int cg_insert_group(const char *group_name);
int chown_recursive(const char* path, uid_t owner, gid_t group);
-int cg_make_directory(struct cg_group *cg_group, const char *group_path);
+int cg_make_directory(struct cg_group *cg_group, char *group_path[]);
char *cg_build_group_path(struct cg_group *cg_group,
struct mount_table *mount_info);
int cg_mount_controllers(void);