~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to api/asn2gnbp.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   10/21/98
31
31
*
32
 
* $Revision: 6.43 $
 
32
* $Revision: 6.44 $
33
33
*
34
34
* File Description:  New GenBank flatfile generator, private header
35
35
*
285
285
  Int4             prevGi;
286
286
  Int4             nextGi;
287
287
  BlockMask        bkmask;
 
288
  Boolean          reindex;
288
289
} XtraBlock;
289
290
 
290
291