dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
void suspend_callouts()	[System only]

    Suspend all callouts in the entire system.  Only callouts in the object
    doing the call will still run normally.  This call can be used to
    suspend all activity in a system that has been taken down for maintenance.

void resume_callouts()	[System only]

    Resume previously suspended callouts.  All delayed callouts will run at
    the earliest opportunity.