~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to network/taxon1/taxon2/txcproc.c

  • 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:
31
31
*
32
32
*
33
33
* $Log: txcproc.c,v $
 
34
* Revision 1.7  2003/03/05 21:32:00  soussov
 
35
* new lookup procedure
 
36
*
34
37
* Revision 1.6  1999/12/20 17:05:17  soussov
35
38
* taxid4gi added
36
39
*
2592
2595
    ct_cmd_drop(cmd);
2593
2596
    return tax_id;              
2594
2597
}
 
2598
 
 
2599
Int4 txc_findByOrg(OrgRefPtr inp_orgRef, OrgModPtr* hitName)
 
2600
{
 
2601
    if(hitName) *hitName= NULL;
 
2602
    return tax1_getTaxIdByOrgRef(inp_orgRef);
 
2603
}