aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 8200400a..df36d1da 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -31,6 +31,7 @@
} while (0)
#endif /* !assert_static */
-char *parsePath(char *path);
+char *
+parsePath(const char *path);
#endif