summaryrefslogtreecommitdiff
path: root/src/basic/xattr-util.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-11 17:07:51 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commit20e696d0ded4e2f95ab20e95b148c806a3112949 (patch)
tree647244f0c7e4776dbbe11bb716e383a5fac8e7e9 /src/basic/xattr-util.h
parent6917418372a990fbfe9a39864ccefacb37c70cc8 (diff)
Prep v228: Substitute declaration masks (3/4)
Diffstat (limited to 'src/basic/xattr-util.h')
-rw-r--r--src/basic/xattr-util.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/basic/xattr-util.h b/src/basic/xattr-util.h
index e6833ef23..c535b4a0c 100644
--- a/src/basic/xattr-util.h
+++ b/src/basic/xattr-util.h
@@ -29,10 +29,13 @@
int getxattr_malloc(const char *path, const char *name, char **value, bool allow_symlink);
int fgetxattr_malloc(int fd, const char *name, char **value);
-// UNNEEDED ssize_t fgetxattrat_fake(int dirfd, const char *filename, const char *attribute, void *value, size_t size, int flags);
+/// UNNEEDED by elogind
+#if 0
+ssize_t fgetxattrat_fake(int dirfd, const char *filename, const char *attribute, void *value, size_t size, int flags);
-// UNNEEDED int fd_setcrtime(int fd, usec_t usec);
+int fd_setcrtime(int fd, usec_t usec);
-// UNNEEDED int fd_getcrtime(int fd, usec_t *usec);
-// UNNEEDED int path_getcrtime(const char *p, usec_t *usec);
-// UNNEEDED int fd_getcrtime_at(int dirfd, const char *name, usec_t *usec, int flags);
+int fd_getcrtime(int fd, usec_t *usec);
+int path_getcrtime(const char *p, usec_t *usec);
+int fd_getcrtime_at(int dirfd, const char *name, usec_t *usec, int flags);
+#endif // 0