Name

ida_remove — Free the given ID

Synopsis

void ida_remove (struct ida * ida,
 int id);
 

Arguments

struct ida * ida

ida handle

int id

ID to free

Description

This function should not be called at the same time as ida_get_new_above.