]> git.donarmstrong.com Git - samtools.git/blobdiff - kaln.h
Separate kaln and kprobaln as I am preparing further changes. At
[samtools.git] / kaln.h
diff --git a/kaln.h b/kaln.h
index 74da142e5f7fa2b005b1b6c3318c923f92531c0c..b25dccb32a978ff50659685e84b62f1ed442dffb 100644 (file)
--- a/kaln.h
+++ b/kaln.h
@@ -41,17 +41,12 @@ typedef struct {
        int band_width;
 } ka_param_t;
 
-typedef struct {
-       float d, e;
-       int bw;
-} ka_probpar_t;
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-       uint32_t *ka_global_core(uint8_t *seq1, int len1, uint8_t *seq2, int len2, const ka_param_t *ap, int *_score, int *n_cigar);
-
+       uint32_t *ka_global_core(uint8_t *seq1, int len1, uint8_t *seq2, int len2, const ka_param_t *ap,
+                                                        int *_score, int *n_cigar);
 #ifdef __cplusplus
 }
 #endif