.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "RADIX_TREE_DELETE" "" "06 October 2005" "" ""
.SH NAME
radix_tree_delete \- delete an item from a radix tree
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * radix_tree_delete (struct radix_tree_root * \fIroot\fB, unsigned long \fIindex\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIroot\fB\fR
radix tree root
.TP
\fB\fIindex\fB\fR
index key
.SH "DESCRIPTION"
.PP
Remove the item at \fIindex\fR from the radix tree rooted at \fIroot\fR\&.
.PP
Returns the address of the deleted item, or NULL if it was not present.