/* * Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de * All rights reserved. Distributed under the terms of the MIT License. */ #include #define LOCALE_T_MAGIC 'LOCA' namespace BPrivate { namespace Libroot { status_t GetLocalesFromEnvironment(int category, const char** locales); } // namespace Libroot } // namespace BPrivate