~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to biostruc/cdd/objcdd.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
/**************************************************
21
21
*
22
22
*    Generated objects for Module NCBI-Cdd
23
 
*    Generated using ASNCODE Revision: 6.15 at Oct 12, 2004 11:03 AM
 
23
*    Generated using ASNCODE Revision: 6.16 at Feb 8, 2006  1:12 PM
24
24
*
25
25
**************************************************/
26
26
 
211
211
**************************************************/
212
212
typedef struct struct_Cdd_org_ref {
213
213
   struct struct_Cdd_org_ref PNTR next;
214
 
   OrgRefPtr   reference;
 
214
   struct struct_Org_ref PNTR   reference;
215
215
   Uint1   active;
216
216
   Int4   parent_tax_id;
217
217
   CharPtr   rank;
336
336
 
337
337
   Int4   elementid;
338
338
   Int4   subelementid;
 
339
   CharPtr   celementid;
 
340
   CharPtr   csubelementid;
339
341
} CddBookRef, PNTR CddBookRefPtr;
340
342
 
341
343