mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
s3-proto: remove prototype for non-existing functions.
Guenther
This commit is contained in:
@ -334,10 +334,6 @@ bool pdb_get_dom_grp_info(const struct dom_sid *sid, struct acct_info *info);
|
||||
bool pdb_set_dom_grp_info(const struct dom_sid *sid, const struct acct_info *info);
|
||||
NTSTATUS pdb_create_builtin_alias(uint32 rid);
|
||||
|
||||
/* The following definitions come from groupdb/mapping_ldb.c */
|
||||
|
||||
const struct mapping_backend *groupdb_ldb_init(void);
|
||||
|
||||
/* The following definitions come from groupdb/mapping_tdb.c */
|
||||
|
||||
const struct mapping_backend *groupdb_tdb_init(void);
|
||||
|
Reference in New Issue
Block a user