lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
struct call_out_s
{
  int time;
  struct object *command_giver;
  struct vector *args;
};

typedef struct call_out_s call_out;

extern call_out **pending_calls; /* pointer to first busy pointer */
extern int num_pending_calls; /* no of busy pointers in buffer */

void do_call_outs();
char *print_call_out_usage(int verbose);
void free_all_call_outs();
#ifdef DEBUG
void count_ref_from_call_outs();
#endif