mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
(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:
parent
5c2a679480
commit
5f14749807
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue