.\"remove a pending call_out
.DT
remove_call_out
$MUDNAME$ driver help
remove_call_out

.SH Name
.SI 5
remove_call_out() - remove a pending call_out
.EI

.SH Synopsis
.SI 5
int remove_call_out( string fun | int handle );
.EI

.SH Description
.SP 5 5
Remove next pending call out for function `fun' in the current object,
or the call_out() which returned the integer `handle'.
The return value is the time remaining before the callback is to be called.
The returned value is -1 if there were no call outs pending for this function.
If `fun' is zero, all the call_outs of the object are removed.
.EP

.SH See also
.SI 5
call_out(), call_out_info()
.EI
