summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-16 01:56:00 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-16 01:56:00 +0200
commit2c7108c40abfb1f175391aa59cf1b07ab203e690 (patch)
treea9c2d8ddd55b3ad212c4e5c4b998bf3e7a4bb4f0 /src/util.h
parentb08a35509c1e09ac3ec2de37a259ff0fbbe69928 (diff)
util: introduce readlink_and_make_absolute()
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index efc993c370..cacc3969b2 100644
--- a/src/util.h
+++ b/src/util.h
@@ -139,6 +139,7 @@ int read_one_line_file(const char *fn, char **line);
char *strappend(const char *s, const char *suffix);
int readlink_malloc(const char *p, char **r);
+int readlink_and_make_absolute(const char *p, char **r);
char *file_name_from_path(const char *p);
bool is_path(const char *p);