(NSUserName, NSHomeDirectory, NSDirectoryForUser): Declare them

unconditionally; before it was conditioned on NEXT_FOUNDATION.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1991 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-01-05 22:51:22 +00:00
parent 5c2a679480
commit 5f14749807

View file

@ -74,11 +74,9 @@ Perhaps one day they will be part of OpenStep and we should implement them.
*/
/* Get Information about a User */
#ifndef NEXT_FOUNDATION
extern NSString *NSUserName(void);
extern NSString *NSHomeDirectory(void);
extern NSString *NSHomeDirectoryForUser(NSString * userName);
#endif
/* General implementation notes: