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

« back to all changes in this revision

Viewing changes to network/taxon1/taxon2/txclient.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:
31
31
*
32
32
*
33
33
* $Log: txclient.h,v $
 
34
* Revision 1.7  2003/03/05 21:32:00  soussov
 
35
* new lookup procedure
 
36
*
34
37
* Revision 1.6  1998/07/23 18:27:01  soussov
35
38
* one prototype added
36
39
*
168
171
 
169
172
#ifdef TAXSERVICE
170
173
Int4 txc_getTaxIdByOrgRef(OrgRefPtr orgRef);
 
174
Int4 txc_findByOrg(OrgRefPtr inp_orgRef, OrgModPtr* hitName);
171
175
#endif
172
176
 
173
177
_subspecPtr tax_SSgetAll(Int4 tax_id);
175
179
tax_OrgModPtr tax_SSgetLegal(Int4 tax_id);
176
180
Int4 tax_SSgetNodes(Uint1 stype, CharPtr sname, Uint1 mode, Int4Ptr* ids);
177
181
 
 
182
 
178
183
#endif