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