#ifndef SPLICE_H #define SPLICE_H /* "$Id: splice.h,v 1.6 2001/12/23 05:29:44 florea Exp $"; */ extern signal_t gt; extern signal_t ct; extern signal_t ag; extern signal_t ac; splice_t *new_splice(char,int,int,int,int,int,splice_t *); void splice(uchar *in_seqx, int ls, int us, int le, int ue, uchar *in_seqy, int ys, int ye, splice_t **g, splice_t **c, int ori); #endif /* SPLICE_H */