vfs: check userland buffers before reading them.
[haiku.git] / headers / private / shared / AttributeUtilities.h
blob85bb3dc9a17fa162212232d2edb1b9fe459b34c0
1 /*
2 * Copyright 2016 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef ATTRIBUTE_UTILITIES_H
6 #define ATTRIBUTE_UTILITIES_H
9 #include <SupportDefs.h>
12 class BNode;
15 namespace BPrivate {
18 status_t CopyAttributes(BNode& source, BNode& destination);
21 } // namespace BPrivate
24 #endif // ATTRIBUTE_UTILITIES_H