]> git.saurik.com Git - apple/system_cmds.git/blob - system_cmds-597.1.1/chpass.tproj/open_directory.h
system_cmds-597.90.1.tar.gz
[apple/system_cmds.git] / system_cmds-597.1.1 / chpass.tproj / open_directory.h
1 #ifndef _OPEN_DIRECTORY_H_
2 #define _OPEN_DIRECTORY_H_
3
4 #include <CoreFoundation/CoreFoundation.h>
5 #include <OpenDirectory/OpenDirectory.h>
6
7 extern void setrestricted(CFDictionaryRef attrs);
8
9 ODRecordRef odGetUser(CFStringRef location, CFStringRef authname, CFStringRef user, CFDictionaryRef* attrs);
10
11 void odUpdateUser(ODRecordRef rec, CFDictionaryRef attrs_orig, CFDictionaryRef attrs);
12
13 #endif /* _OPEN_DIRECTORY_H_ */