/************************************************************************/ /* */ /* Read a file that can follows the format of an X11 resource file */ /* ir a java properties file into a tree. */ /* */ /************************************************************************/ extern int utilPropertiesReadFile( void * tree, const char * filename );