.\" 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 "BEFS_BT_GET_KEY" "" "06 October 2005" "" ""
.SH NAME
befs_bt_get_key \- returns a pointer to the start of a key
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
char * befs_bt_get_key (struct super_block * \fIsb\fB, befs_btree_node * \fInode\fB, int \fIindex\fB, u16 * \fIkeylen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
filesystem superblock
.TP
\fB\fInode\fB\fR
node in which to look for the key
.TP
\fB\fIindex\fB\fR
the index of the key to get
.TP
\fB\fIkeylen\fB\fR
modified to be the length of the key at \fIindex\fR
.SH "DESCRIPTION"
.PP
Returns a valid pointer into \fInode\fR on success.
Returns NULL on failure (bad input) and sets *\fIkeylen\fR = 0