1 /* 2 * Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de 3 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de 4 * All rights reserved. Distributed under the terms of the MIT License. 5 */ 6 7 8 #include <SupportDefs.h> 9 10 11 #define LOCALE_T_MAGIC 'LOCA' 12 13 14 namespace BPrivate { 15 namespace Libroot { 16 17 18 status_t GetLocalesFromEnvironment(int category, const char** locales); 19 20 } // namespace Libroot 21 } // namespace BPrivate 22