diff options
author | Michael Adam <obnox@samba.org> | 2012-05-02 09:49:02 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-02 13:17:54 +0200 |
commit | 6e1f6e495665246c1eb435942bb63dde7f3bf6e0 (patch) | |
tree | a2de9e3f8c6bedea1b9c5882331b26e5abe51378 /source3/passdb | |
parent | f9c9c49c51140f708ac58a2b60cbea817df7e056 (diff) | |
download | samba-6e1f6e495665246c1eb435942bb63dde7f3bf6e0.tar.gz samba-6e1f6e495665246c1eb435942bb63dde7f3bf6e0.tar.bz2 samba-6e1f6e495665246c1eb435942bb63dde7f3bf6e0.zip |
s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unnecessary
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/lookup_sid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/lookup_sid.h b/source3/passdb/lookup_sid.h index 81f74c3ae3..872f4ef0ba 100644 --- a/source3/passdb/lookup_sid.h +++ b/source3/passdb/lookup_sid.h @@ -85,7 +85,6 @@ void uid_to_sid(struct dom_sid *psid, uid_t uid); void gid_to_sid(struct dom_sid *psid, gid_t gid); bool sid_to_uid(const struct dom_sid *psid, uid_t *puid); bool sid_to_gid(const struct dom_sid *psid, gid_t *pgid); -struct wbcUnixId; bool sids_to_unixids(const struct dom_sid *sids, uint32_t num_sids, struct unixid *ids); NTSTATUS get_primary_group_sid(TALLOC_CTX *mem_ctx, |