summaryrefslogtreecommitdiff
path: root/source4/lib/util/wrap_xattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/wrap_xattr.h')
-rw-r--r--source4/lib/util/wrap_xattr.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/lib/util/wrap_xattr.h b/source4/lib/util/wrap_xattr.h
deleted file mode 100644
index 64b28d250c..0000000000
--- a/source4/lib/util/wrap_xattr.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LIB_UTIL_WRAP_XATTR_H__
-#define __LIB_UTIL_WRAP_XATTR_H__
-
-ssize_t wrap_fgetxattr(int fd, const char *name, void *value, size_t size);
-ssize_t wrap_getxattr(const char *path, const char *name, void *value, size_t size);
-int wrap_fsetxattr(int fd, const char *name, void *value, size_t size, int flags);
-int wrap_setxattr(const char *path, const char *name, void *value, size_t size, int flags);
-int wrap_fremovexattr(int fd, const char *name);
-int wrap_removexattr(const char *path, const char *name);
-
-#endif /* __LIB_UTIL_WRAP_XATTR_H__ */
-