NOTIFIER_CHAIN_UNREGISTER

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

notifier_chain_unregister - Remove notifier from a notifier chain  

SYNOPSIS

"SYNOPSIS"

int notifier_chain_unregister (struct notifier_block ** nl, struct notifier_block * n);  

ARGUMENTS

nl
Pointer to root list pointer
n
New entry in notifier chain
 

DESCRIPTION

Removes a notifier from a notifier chain.

Returns zero on success, or -ENOENT on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:33 GMT, October 09, 2005