diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-11 17:42:48 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-11 17:53:24 +0200 |
commit | ebb2d70a607cf33f3d2084d715c2d9d4329f2e7b (patch) | |
tree | b13f99517ecd3f3b31cfa14a992c7251ac05456a /source3/include | |
parent | 6c3c068716c9b7a3a7fe041fc605bcd00b376ec9 (diff) | |
download | samba-ebb2d70a607cf33f3d2084d715c2d9d4329f2e7b.tar.gz samba-ebb2d70a607cf33f3d2084d715c2d9d4329f2e7b.tar.bz2 samba-ebb2d70a607cf33f3d2084d715c2d9d4329f2e7b.zip |
Revert "Make use of ADD_TO_ARRAY"
This reverts commit 81f334bd6da601a040f754c46705cfa2fd4f8c45.
(This used to be commit d4d106776af3f475d46a4dd78794b7b48a3572af)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 665a86d2c8..43420985a3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -10486,8 +10486,8 @@ NTSTATUS idmap_allocate_uid(struct unixid *id); NTSTATUS idmap_allocate_gid(struct unixid *id); NTSTATUS idmap_set_uid_hwm(struct unixid *id); NTSTATUS idmap_set_gid_hwm(struct unixid *id); -NTSTATUS idmap_unixids_to_sids(struct id_map **ids, int n_ids); -NTSTATUS idmap_sids_to_unixids(struct id_map **ids, int n_ids); +NTSTATUS idmap_unixids_to_sids(struct id_map **ids); +NTSTATUS idmap_sids_to_unixids(struct id_map **ids); NTSTATUS idmap_set_mapping(const struct id_map *id); char *idmap_fetch_secret(const char *backend, bool alloc, const char *domain, const char *identity); |