/* dispatch.c */
void dispatch(int);
int send_trn_info(trn_info *);
int send_trn_info2(trn_info2 *);
int send_trn_info3(trn_info3 *);
int old_send_mtg_info(mtg_info *);
int send_mtg_info(mtg_info *);
int send_acl(dsc_acl *);

extern struct proc_table procs[];
extern int numprocs;
