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

« back to all changes in this revision

Viewing changes to object/objfeat.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: 4/1/91
31
31
*
32
 
* $Revision: 6.10 $
 
32
* $Revision: 6.11 $
33
33
*
34
34
* File Description:  Object manager interface for module NCBI-SeqFeat
35
35
*
40
40
*
41
41
*
42
42
* $Log: objfeat.h,v $
 
43
* Revision 6.11  2002/06/03 17:43:48  kans
 
44
* added locus_tag to GeneRef
 
45
*
43
46
* Revision 6.10  2001/10/02 21:47:54  kans
44
47
* added hooks for writing extra descriptors or features (JO)
45
48
*
465
468
    Boolean pseudo;
466
469
    ValNodePtr db;          /* ids in other databases */
467
470
    ValNodePtr syn;         /* synonyms for locus */
 
471
    CharPtr locus_tag;      /* systematic gene name */
468
472
} GeneRef, PNTR GeneRefPtr;
469
473
 
470
474
NLM_EXTERN GeneRefPtr LIBCALL GeneRefNew PROTO((void));