dispatch_fn
ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt)
ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn)
ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn)
void ssh_dispatch_init(struct ssh *, dispatch_fn *);
void ssh_dispatch_set(struct ssh *, int, dispatch_fn *);
void ssh_dispatch_range(struct ssh *, u_int, u_int, dispatch_fn *);
dispatch_fn *dispatch[DISPATCH_MAX];