.\"remove a pending call_out

.DT
remove_call_out
Discworld driver help
remove_call_out

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

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

.EI
Description
.SP 5 5
Remove next pending call out for function `fun' in the current object.
The return value is the time remaining before the callback is to be called.
The returned value is -1 if there were no call out pending to this function.

.EP
See also
.SI 5
call_out(3), call_out_info(3).
.EI
