1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Remove an unneeded proto

This commit is contained in:
Volker Lendecke 2011-02-12 20:00:42 +01:00
parent 80accd3946
commit f49ad6d073

View File

@ -41,9 +41,6 @@ struct pdb_ads_samu_private {
struct tldap_message *ldapmsg;
};
static NTSTATUS pdb_ads_getsampwsid(struct pdb_methods *m,
struct samu *sam_acct,
const struct dom_sid *sid);
static bool pdb_ads_gid_to_sid(struct pdb_methods *m, gid_t gid,
struct dom_sid *sid);
static bool pdb_ads_dnblob2sid(struct pdb_ads_state *state, DATA_BLOB *dnblob,