1
0
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:
Volker Lendecke 2019-08-10 16:45:30 +02:00 committed by Jeremy Allison
parent aeb4265ec2
commit 38463a91aa

View File

@ -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
*/