blob: c5e08e3dda9218fd7d4a4d5115f4787fd639394e [file] [log] [blame]
SYNOPSIS
#include <sys/driver_hooks.h>
set_driver_hook(H_ERQ_STOP, value)
<value> being:
void <closure>()
DESCRIPTION
Optional hook to notify the mudlib about the termination of
the erq demon. Hook setting may be any closure.
The closure is called without arguments and may do whatever it
likes to clean-up after the erq.
HISTORY
SEE ALSO
hooks(C)