2 * string table functions.
12 extern int stringLength(char *table, int compress);
13 extern BOOL getValueForStringTableKey(char *table, char *key, char **val, int *size);
14 extern char *newStringForStringTableKey(
18 extern BOOL getValueForBootKey(char *line, char *match, char **matchval, int *len);
19 extern BOOL getValueForKey(
25 loadLocalizableStrings(
32 extern loadConfigFile( char *configFile, char **table, int allocTable);
35 char *bundleName, // bundle directory name (e.g. "System.config")
36 int useDefault, // use Default.table instead of instance tables
37 char **table, // returns pointer to config table
38 int allocTable // zalloc the table and return in *table
40 extern loadSystemConfig(