vfs: check userland buffers before reading them.
[haiku.git] / headers / private / interface / DecoratorPrivate.h
blob61eda60b6999a435286050516e80a22432c4e9c3
1 /*
2 * Copyright 2011, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef DECORATOR_PRIVATE_H
6 #define DECORATOR_PRIVATE_H
9 #include <SupportDefs.h>
12 class BString;
13 class BWindow;
16 namespace BPrivate {
19 bool get_decorator(BString& name);
20 status_t set_decorator(const BString& name);
21 status_t preview_decorator(const BString& name, BWindow* window);
24 } // namespace BPrivate
27 #endif // DECORATOR_PRIVATE_H