mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-lib/idmap_cache: remove some dead prototypes
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
84451e8639
commit
8e52229fe8
@ -35,7 +35,6 @@ void idmap_cache_set_sid2unixid(const struct dom_sid *sid, struct unixid *unix_i
|
||||
|
||||
bool idmap_cache_del_uid(uid_t uid);
|
||||
bool idmap_cache_del_gid(gid_t gid);
|
||||
bool idmap_cache_del_both(uid_t uid);
|
||||
bool idmap_cache_del_sid(const struct dom_sid *sid);
|
||||
|
||||
#endif /* _LIB_IDMAP_CACHE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user