1 #ifndef _OPEN_DIRECTORY_H_
2 #define _OPEN_DIRECTORY_H_
4 #include <CoreFoundation/CoreFoundation.h>
5 #include <OpenDirectory/OpenDirectory.h>
7 extern void setrestricted(CFDictionaryRef attrs
);
9 ODRecordRef
odGetUser(CFStringRef location
, CFStringRef authname
, CFStringRef user
, CFDictionaryRef
* attrs
);
11 void odUpdateUser(ODRecordRef rec
, CFDictionaryRef attrs_orig
, CFDictionaryRef attrs
);
13 #endif /* _OPEN_DIRECTORY_H_ */