Cleanup: test_utils_expand_path.c prototypes
[lttng-tools.git] / tests / unit / test_utils_expand_path.c
index e32f37753915c2cbeab040728084a170a0051d94..1224a5cbbca994802ad77603a7d4dead127dfdb6 100644 (file)
@@ -128,7 +128,7 @@ static void printerr(char *msg)
        fprintf(stderr, "test_utils_expand_path: error: %s\n", msg);
 }
 
        fprintf(stderr, "test_utils_expand_path: error: %s\n", msg);
 }
 
-int prepare_valid_results()
+int prepare_valid_results(void)
 {
        int i;
        char *relative, *cur_path = NULL, *prev_path = NULL,
 {
        int i;
        char *relative, *cur_path = NULL, *prev_path = NULL,
@@ -184,7 +184,7 @@ end:
        return ret;
 }
 
        return ret;
 }
 
-int free_valid_results()
+int free_valid_results(void)
 {
        int i;
 
 {
        int i;
 
@@ -197,7 +197,7 @@ int free_valid_results()
        return 0;
 }
 
        return 0;
 }
 
-int prepare_symlink_tree()
+int prepare_symlink_tree(void)
 {
        int i;
        char tmppath[PATH_MAX];
 {
        int i;
        char tmppath[PATH_MAX];
@@ -238,7 +238,7 @@ error:
        return 1;
 }
 
        return 1;
 }
 
-int free_symlink_tree()
+int free_symlink_tree(void)
 {
        int i;
        char tmppath[PATH_MAX];
 {
        int i;
        char tmppath[PATH_MAX];
This page took 0.022684 seconds and 4 git commands to generate.