]> git.saurik.com Git - apple/copyfile.git/blobdiff - xattr_properties.h
copyfile-166.40.1.tar.gz
[apple/copyfile.git] / xattr_properties.h
index 21d9a29eb73215f6836818ca02d9a9a06034d372..942720301d8848477fa8de8e2f2ca2de158cde75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Apple, Inc. All rights reserved.
+ * Copyright (c) 2013-19 Apple, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -89,40 +89,6 @@ typedef uint64_t CopyOperationProperties_t;
  */
 #define kCopyOperationPropertyNeverPreserve    ((CopyOperationProperties_t)0x0004)
 
-#if 0
-/*
- * These are all going to be removed, and I don't believe anyone used them.
- */
-/*
- * Given an extended attribute name, and a set of properties, return an
- *  allocated C string with the name.  This will return NULL on error;
- * errno may be set to ENOMEM if the new name cannot be allocated, or
- * ENAMETOOLONG if the new name is longer than the maximum for EAs (127 UTF8
- * characters).  The caller must deallocate the return value otherwise.
- *
- * If no properties are set, it returns a copy of the EA name.
- *
- * If the EA name is in the internal list, and the properties are the same as
- * defined there, then it will also return an unmodified copy of the EA name.
- */
-extern char *_xattrNameWithProperties(const char *, CopyOperationProperties_t) DEPRECATED_IN_MAC_OS_X_VERSION_10_10_AND_LATER;
-
-/*
- * Given an extended attribute name, which may or may not have properties encoded
- * as a suffix, return just the name of the attribute.  E.g., com.example.mine#P
- * would return "com.example.mine".  The return value will be NULL on error;
- * errno will be set to ENOMEM if it cannot be allocated.  The caller must deallocate
- * the return value.
- */
-extern char *_xattrNameWithoutProperties(const char *) DEPRECATED_IN_MAC_OS_X_VERSION_10_10_AND_LATER;
-
-/*
- * Given an EA name, return the properties.  If the name is in the internal list,
- * those properties will be returned.  Unknown property encodings are ignored.
- */
-extern CopyOperationProperties_t _xattrPropertiesFromName(const char *) DEPRECATED_IN_MAC_OS_X_VERSION_10_10_AND_LATER;
-#endif /* 0 */
-
 __END_DECLS
 
 #endif /* _XATTR_PROPERTIES_H */