Skip to content

Commit

Permalink
s3-lib/idmap_cache: remove some dead prototypes
Browse files Browse the repository at this point in the history
Guenther

Signed-off-by: Guenther Deschner <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
  • Loading branch information
gd authored and cryptomilk committed May 10, 2017
1 parent 84451e8 commit 8e52229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source3/lib/idmap_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 8e52229

Please sign in to comment.