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

« back to all changes in this revision

Viewing changes to access/objentgene.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:
17
17
/**************************************************
18
18
*
19
19
*    Generated objects for Module NCBI-Entrezgene
20
 
*    Generated using ASNCODE Revision: 6.16 at Apr 19, 2005 10:58 AM
 
20
*    Generated using ASNCODE Revision: 6.16 at Apr 24, 2009 11:11 AM
21
21
*
22
22
**************************************************/
23
23
 
105
105
 
106
106
/**************************************************
107
107
*
 
108
*    GeneCommentary
 
109
*
 
110
**************************************************/
 
111
typedef struct struct_Gene_commentary {
 
112
   struct struct_Gene_commentary PNTR next;
 
113
   Int4   type;
 
114
   CharPtr   heading;
 
115
   CharPtr   label;
 
116
   CharPtr   text;
 
117
   CharPtr   accession;
 
118
   Int4   version;
 
119
   struct struct_Xtra_Terms PNTR   xtra_properties;
 
120
   ValNodePtr   refs;
 
121
   struct struct_Other_source PNTR   source;
 
122
   ValNodePtr   genomic_coords;
 
123
   ValNodePtr   seqs;
 
124
   struct struct_Gene_commentary PNTR   products;
 
125
   struct struct_Gene_commentary PNTR   properties;
 
126
   struct struct_Gene_commentary PNTR   comment;
 
127
   struct struct_Date PNTR   create_date;
 
128
   struct struct_Date PNTR   update_date;
 
129
} GeneCommentary, PNTR GeneCommentaryPtr;
 
130
 
 
131
 
 
132
NLM_EXTERN GeneCommentaryPtr LIBCALL GeneCommentaryFree PROTO ((GeneCommentaryPtr ));
 
133
NLM_EXTERN GeneCommentaryPtr LIBCALL GeneCommentaryNew PROTO (( void ));
 
134
NLM_EXTERN GeneCommentaryPtr LIBCALL GeneCommentaryAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
 
135
NLM_EXTERN Boolean LIBCALL GeneCommentaryAsnWrite PROTO (( GeneCommentaryPtr , AsnIoPtr, AsnTypePtr));
 
136
 
 
137
 
 
138
 
 
139
/**************************************************
 
140
*
108
141
*    Maps
109
142
*
110
143
**************************************************/
173
206
 
174
207
/**************************************************
175
208
*
176
 
*    GeneCommentary
177
 
*
178
 
**************************************************/
179
 
typedef struct struct_Gene_commentary {
180
 
   struct struct_Gene_commentary PNTR next;
181
 
   Int4   type;
182
 
   CharPtr   heading;
183
 
   CharPtr   label;
184
 
   CharPtr   text;
185
 
   CharPtr   accession;
186
 
   Int4   version;
187
 
   struct struct_Xtra_Terms PNTR   xtra_properties;
188
 
   ValNodePtr   refs;
189
 
   struct struct_Other_source PNTR   source;
190
 
   ValNodePtr   genomic_coords;
191
 
   ValNodePtr   seqs;
192
 
   struct struct_Gene_commentary PNTR   products;
193
 
   struct struct_Gene_commentary PNTR   properties;
194
 
   struct struct_Gene_commentary PNTR   comment;
195
 
   struct struct_Date PNTR   create_date;
196
 
   struct struct_Date PNTR   update_date;
197
 
} GeneCommentary, PNTR GeneCommentaryPtr;
198
 
 
199
 
 
200
 
NLM_EXTERN GeneCommentaryPtr LIBCALL GeneCommentaryFree PROTO ((GeneCommentaryPtr ));
201
 
NLM_EXTERN GeneCommentaryPtr LIBCALL GeneCommentaryNew PROTO (( void ));
202
 
NLM_EXTERN GeneCommentaryPtr LIBCALL GeneCommentaryAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
203
 
NLM_EXTERN Boolean LIBCALL GeneCommentaryAsnWrite PROTO (( GeneCommentaryPtr , AsnIoPtr, AsnTypePtr));
204
 
 
205
 
 
206
 
 
207
 
/**************************************************
208
 
*
209
209
*    XtraTerms
210
210
*
211
211
**************************************************/