Add GNUstepConfig() to external header

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22143 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-12-05 08:57:39 +00:00
parent 35f73b6833
commit 8f8b7a7044
3 changed files with 18 additions and 7 deletions

View file

@ -378,13 +378,6 @@ static void ExtractValuesFromConfig(NSDictionary *config)
}
}
/*
* Function to return a mutable copy of the configuration,
* either the system wide config, or (if a userName was provided)
* the config for a specific user.
* If newConfig is not nil, it is used to set a new system wide
* configuration.
*/
NSMutableDictionary*
GNUstepConfig(NSDictionary *newConfig)
{