~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to api/asn2ffg.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   7/15/95
31
31
*
32
 
* $Revision: 6.17 $
33
 
* $Revision: 6.17 $
 
32
* $Revision: 6.18 $
 
33
* $Revision: 6.18 $
34
34
*
35
35
* File Description: 
36
36
*
46
46
/*************************************
47
47
*
48
48
 * $Log: asn2ffg.h,v $
 
49
 * Revision 6.18  2001/12/21 20:21:16  cavanaug
 
50
 * old_locus_fmt now controls generated of *old* LOCUS line format
 
51
 *
49
52
 * Revision 6.17  2001/12/05 18:14:05  cavanaug
50
53
 * Changes for new LOCUS line format
51
54
 *
430
433
                               Pointer user_data);
431
434
        Int4 (*ajp_print_index)(struct asn2ff_job *ajp, Pointer user_data);
432
435
        Int4 (*ajp_count_index)(struct asn2ff_job *ajp, Int4 num, Pointer user_data);
433
 
        Boolean new_locus_fmt;  /* TRUE if utilizing the new format for the LOCUS line */
 
436
        Boolean old_locus_fmt;  /* Set to TRUE in order to generate the old LOCUS-line format,
 
437
                                   pre-dating 12/21/2001 */
434
438
} Asn2ffJob, PNTR Asn2ffJobPtr;
435
439
 
436
440