diff --git a/headers/os/support/TypeConstants.h b/headers/os/support/TypeConstants.h index 4df643d90b..45f7839a90 100644 --- a/headers/os/support/TypeConstants.h +++ b/headers/os/support/TypeConstants.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007, Haiku, Inc. All Rights Reserved. + * Copyright 2005-2009, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Author: @@ -55,6 +55,7 @@ enum { B_UINT64_TYPE = 'ULLG', B_UINT8_TYPE = 'UBYT', B_VECTOR_ICON_TYPE = 'VICN', + B_XATTR_TYPE = 'XATR', // deprecated, do not use B_ASCII_TYPE = 'TEXT' // use B_STRING_TYPE instead