diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 13:49:42 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:32 +0200 |
commit | 806e00628810a0fd1d2884bcdb649df147f05286 (patch) | |
tree | 51b74e2c74b9782280bdc880497e8de0a5ae6d97 /source3/include | |
parent | 002fe91768757f20de2a40f14480b6c5f8b74bdc (diff) | |
download | samba-806e00628810a0fd1d2884bcdb649df147f05286.tar.gz samba-806e00628810a0fd1d2884bcdb649df147f05286.tar.bz2 samba-806e00628810a0fd1d2884bcdb649df147f05286.zip |
s3:idmap: remove unused idmap_set_gid_hwm()
Michael
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c60c18b3ba..51bd95838f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6016,7 +6016,6 @@ void idmap_close(void); NTSTATUS idmap_init_cache(void); NTSTATUS idmap_allocate_uid(struct unixid *id); NTSTATUS idmap_allocate_gid(struct unixid *id); -NTSTATUS idmap_set_gid_hwm(struct unixid *id); NTSTATUS idmap_backends_unixid_to_sid(const char *domname, struct id_map *id); NTSTATUS idmap_backends_sid_to_unixid(const char *domname, |