2 * Copyright 2016 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef ATTRIBUTE_UTILITIES_H
6 #define ATTRIBUTE_UTILITIES_H
9 #include <SupportDefs.h>
18 status_t
CopyAttributes(BNode
& source
, BNode
& destination
);
21 } // namespace BPrivate
24 #endif // ATTRIBUTE_UTILITIES_H