Added type constant B_XATTR_TYPE. This is not a data type, but rather a marker
that can be used for node attributes, when those originate from Linux xattrs. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32426 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Author:
|
* Author:
|
||||||
@@ -55,6 +55,7 @@ enum {
|
|||||||
B_UINT64_TYPE = 'ULLG',
|
B_UINT64_TYPE = 'ULLG',
|
||||||
B_UINT8_TYPE = 'UBYT',
|
B_UINT8_TYPE = 'UBYT',
|
||||||
B_VECTOR_ICON_TYPE = 'VICN',
|
B_VECTOR_ICON_TYPE = 'VICN',
|
||||||
|
B_XATTR_TYPE = 'XATR',
|
||||||
|
|
||||||
// deprecated, do not use
|
// deprecated, do not use
|
||||||
B_ASCII_TYPE = 'TEXT' // use B_STRING_TYPE instead
|
B_ASCII_TYPE = 'TEXT' // use B_STRING_TYPE instead
|
||||||
|
|||||||
Reference in New Issue
Block a user