blob: c5e08e3dda9218fd7d4a4d5115f4787fd639394e [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 #include <sys/driver_hooks.h>
3
4 set_driver_hook(H_ERQ_STOP, value)
5
6 <value> being:
7
8 void <closure>()
9
10DESCRIPTION
11 Optional hook to notify the mudlib about the termination of
Zesstra7ea4a032019-11-26 20:11:40 +010012 the erq demon. Hook setting may be any closure.
MG Mud User88f12472016-06-24 23:31:02 +020013
14 The closure is called without arguments and may do whatever it
15 likes to clean-up after the erq.
16
17HISTORY
18
19SEE ALSO
20 hooks(C)