summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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