vfs: check userland buffers before reading them.
[haiku.git] / headers / private / locale / SystemCatalog.h
blobb70fd4d101f97fd361ac038139b63d087f8fa3ed
1 /*
2 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _SYSTEM_CATALOG_H_
6 #define _SYSTEM_CATALOG_H_
9 #include <Catalog.h>
11 namespace BPrivate {
13 extern BCatalog gSystemCatalog;
15 } // namespace BPrivate
18 #endif // _SYSTEM_CATALOG_H_