/* ******************************************************************************* * Copyright (C) 2005-2005, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ #ifndef ICONS_H #include "unicode/utypes.h" U_CFUNC int icons_init(); U_CFUNC void icons_write( /* UFILE *OUT, */ const char *path ); #endif