~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to network/taxon1/common/taxinc.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:
187
187
 */
188
188
CharPtr tax1m_getBlastName(Int4 tax_id);
189
189
 
 
190
/*---------------------------------------------
 
191
 * Find out is taxonomy lookup system inited or not
 
192
 * Returns: TRUE - alive
 
193
 *          FALSE - dead
 
194
 */
 
195
 
 
196
Boolean tax1_inited(void);
 
197
 
190
198
 
191
199
#ifdef __cplusplus
192
200
/* { */ }