mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib: Remove a duplicate function prototype
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
This commit is contained in:
parent
aeb4265ec2
commit
38463a91aa
@ -50,11 +50,6 @@ int idr_get_new(struct idr_context *idp, void *ptr, int limit);
|
||||
*/
|
||||
int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);
|
||||
|
||||
/**
|
||||
allocate a new id randomly in the given range
|
||||
*/
|
||||
int idr_get_new_random(struct idr_context *idp, void *ptr, int limit);
|
||||
|
||||
/**
|
||||
find a pointer value previously set with idr_get_new given an id
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user