aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-09 22:17:35 +0200
committerMax Kellermann <max@duempel.org>2011-09-09 22:55:57 +0200
commit61fc01e79e385bc903edf1fd0cac0e5843911d58 (patch)
tree3f51d966baa85fcf11b67dfb3378abfc388a51a6 /src/utils.h
parentcceaec1d744b2059cc4ca25324da3c9a44d72191 (diff)
utils: pass a const string to parsePath()
Remove the slash hack, allocate memory for the user name.
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