summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2018-05-25 12:47:06 +0200
committerKarel Zak2018-06-21 13:07:46 +0200
commit9023b2012340c76340337bce71eafaa90ac3c612 (patch)
tree35b87006b76ec46db79608b668b84d0c1c9d3c6c /include
parentlib/path: don't use extra '/' (diff)
downloadkernel-qcow2-util-linux-9023b2012340c76340337bce71eafaa90ac3c612.tar.gz
kernel-qcow2-util-linux-9023b2012340c76340337bce71eafaa90ac3c612.tar.xz
kernel-qcow2-util-linux-9023b2012340c76340337bce71eafaa90ac3c612.zip
lib/path: add ul_prefix_fopen(), improve cpuset funcs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/path.h b/include/path.h
index 76c18e103..f372c7502 100644
--- a/include/path.h
+++ b/include/path.h
@@ -114,6 +114,7 @@ int ul_path_count_dirents(struct path_cxt *pc, const char *path);
int ul_path_countf_dirents(struct path_cxt *pc, const char *path, ...)
__attribute__ ((__format__ (__printf__, 2, 3)));
+FILE *ul_prefix_fopen(const char *prefix, const char *path, const char *mode);
#ifdef HAVE_CPU_SET_T