summaryrefslogtreecommitdiffstats
path: root/tests/libcgrouptest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libcgrouptest.h')
-rw-r--r--tests/libcgrouptest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libcgrouptest.h b/tests/libcgrouptest.h
index 70f565c..79b065a 100644
--- a/tests/libcgrouptest.h
+++ b/tests/libcgrouptest.h
@@ -73,6 +73,10 @@ static int i;
/* No extra message unless specified */
char extra[SIZE] = "\n";
+/* Functions to test each API */
+void test_cgroup_init(int retcode, int i);
+/* API test functions end here */
+
void get_controllers(char *name, int *exist);
static int group_exist(char *path_group);
static int set_controller(int controller, char *controller_name,