CTL_RESPONSE
print_response(char *cp, CTL_RESPONSE *rp)
do_announce(CTL_MSG *mp, CTL_RESPONSE *rp)
process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
insert_table(CTL_MSG *request, CTL_RESPONSE *response)
CTL_RESPONSE response;
void insert_table(CTL_MSG *, CTL_RESPONSE *);
void process_request( CTL_MSG *, CTL_RESPONSE *);
void do_announce(CTL_MSG *, CTL_RESPONSE *);
void print_response(char *,CTL_RESPONSE *);
ctl_transact(struct in_addr target, CTL_MSG msg, int type, CTL_RESPONSE *rp)
CTL_RESPONSE response;
CTL_RESPONSE response;
CTL_RESPONSE response;
look_for_invite(CTL_RESPONSE *rp)
void ctl_transact(struct in_addr, CTL_MSG, int, CTL_RESPONSE *);
int look_for_invite(CTL_RESPONSE *);