
remove_call_out
NAME
remove_call_out - remove a delayed call to a function
SYNOPSIS
int remove_call_out(int handle)
DESCRIPTION
Remove the callout associated with handle. The delay before
which the function would be called is returned. If there is no
scheduled call associated with the handle in the current object,
return -1.
SEE ALSO
HTMLised 1998 Greg Lewis
(glewis@maths.adelaide.edu.au)