]> git.kaiwu.me - klib.git/commitdiff
bug in the latest keq.h
authorHeng Li <lh3@me.com>
Tue, 20 Mar 2012 01:27:07 +0000 (21:27 -0400)
committerHeng Li <lh3@me.com>
Tue, 20 Mar 2012 01:27:07 +0000 (21:27 -0400)
kseq.h

diff --git a/kseq.h b/kseq.h
index 99b9a678e518936cc90828ab11af765a229575fe..ab7f77ff366fbfabf1122295d5a93da94ad56573 100644 (file)
--- a/kseq.h
+++ b/kseq.h
@@ -228,7 +228,6 @@ typedef struct __kstring_t {
        __KS_TYPE(type_t) \
        __KSEQ_TYPE(type_t) \
        extern kseq_t *kseq_init(type_t fd); \
-       extern void kseq_rewind(kseq_t *ks); \
        void kseq_destroy(kseq_t *ks); \
        int kseq_read(kseq_t *seq);