.\" 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 "NOTIFIER_CHAIN_REGISTER" "" "06 October 2005" "" "" .SH NAME notifier_chain_register \- Add notifier to a notifier chain .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int notifier_chain_register (struct notifier_block ** \fIlist\fB, struct notifier_block * \fIn\fB); \fR .SH "ARGUMENTS" .TP \fB\fIlist\fB\fR Pointer to root list pointer .TP \fB\fIn\fB\fR New entry in notifier chain .SH "DESCRIPTION" .PP Adds a notifier to a notifier chain. .PP Currently always returns zero.