]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - include/path.h
blkdev.h: avoid some unused argument warnings
[thirdparty/util-linux.git] / include / path.h
index 22cd54481503e26e87e69f5d4cefa159f85cfdef..e523f178120b0f2725e8aa8427a71fd18ca4e3f0 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ */
 #ifndef UTIL_LINUX_PATH_H
 #define UTIL_LINUX_PATH_H
 
@@ -130,8 +134,6 @@ int ul_path_countf_dirents(struct path_cxt *pc, const char *path, ...)
 
 int ul_path_next_dirent(struct path_cxt *pc, DIR **sub, const char *dirname, struct dirent **d);
 
-FILE *ul_prefix_fopen(const char *prefix, const char *path, const char *mode);
-
 
 #ifdef HAVE_CPU_SET_T
 # include "cpuset.h"