X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futil.h;h=cacc3969b2e9f3e28cd7a5587b63d6165c10def2;hp=efc993c370488a6bfea6dda302ad0b7f3949495f;hb=2c7108c40abfb1f175391aa59cf1b07ab203e690;hpb=01f78473b104d28db0fa813414092bc6358ae521 diff --git a/src/util.h b/src/util.h index efc993c37..cacc3969b 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);