X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fpath-util.h;h=4d284d23cfe309f12470c24c220c63bd4d52cc3a;hp=540a69c62754518c938be0492cb7d1157429540c;hb=62383061a34dc8233b3e26c49271d5cb43fcb0f6;hpb=35eec258c4523c92fe985d764198b266ebc3881a diff --git a/src/basic/path-util.h b/src/basic/path-util.h index 540a69c62..4d284d23c 100644 --- a/src/basic/path-util.h +++ b/src/basic/path-util.h @@ -76,8 +76,8 @@ static inline bool path_equal_ptr(const char *a, const char *b) { #if 0 /// UNNEEDED by elogind int path_strv_make_absolute_cwd(char **l); #endif // 0 -char** path_strv_resolve(char **l, const char *prefix); -char** path_strv_resolve_uniq(char **l, const char *prefix); +char** path_strv_resolve(char **l, const char *root); +char** path_strv_resolve_uniq(char **l, const char *root); #if 0 /// UNNEEDED by elogind int find_binary(const char *name, char **filename); @@ -140,4 +140,7 @@ bool hidden_or_backup_file(const char *filename) _pure_; #if 0 /// UNNEEDED by elogind bool is_device_path(const char *path); +bool is_deviceallow_pattern(const char *path); + +int systemd_installation_has_version(const char *root, unsigned minimal_version); #endif // 0