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/
NAME
	remove_call_out - remove a delayed call to a function

SYNOPSIS
	mixed remove_call_out(int handle)


DESCRIPTION
	Remove the callout associated with handle.  The delay after which the
	function would have been called is returned.  The delay is an integer
	or a floating point number, depending on how the callout was started.
	If there is no scheduled call associated with the handle in the current
	object, return -1.

SEE ALSO
	kfun/call_out