summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2018-06-21 13:49:03 +0200
committerKarel Zak2018-06-21 13:49:03 +0200
commit83bbeb77c1e64b02ad5f36bde47d22be69d08a0f (patch)
treeec74dbfc41ac3ea0fd8d27d4f0f2c0932ddbd7ed /include
parenttests: add simple LVM lsblk dump (diff)
downloadkernel-qcow2-util-linux-83bbeb77c1e64b02ad5f36bde47d22be69d08a0f.tar.gz
kernel-qcow2-util-linux-83bbeb77c1e64b02ad5f36bde47d22be69d08a0f.tar.xz
kernel-qcow2-util-linux-83bbeb77c1e64b02ad5f36bde47d22be69d08a0f.zip
lib/path: allow dir-path formatting
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/path.h b/include/path.h
index f372c7502..b36a735f3 100644
--- a/include/path.h
+++ b/include/path.h
@@ -21,7 +21,7 @@ struct path_cxt {
int (*redirect_on_enoent)(struct path_cxt *, const char *, int *);
};
-struct path_cxt *ul_new_path(const char *dir);
+struct path_cxt *ul_new_path(const char *dir, ...);
void ul_unref_path(struct path_cxt *pc);
void ul_ref_path(struct path_cxt *pc);