~ubuntu-branches/ubuntu/jaunty/ncbi-tools6/jaunty

« back to all changes in this revision

Viewing changes to api/explore.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*   
30
30
* Version Creation Date: 6/30/98
31
31
*
32
 
* $Revision: 6.54 $
 
32
* $Revision: 6.55 $
33
33
*
34
34
* File Description:  Reengineered and optimized exploration functions
35
35
*                      to be used for future code
664
664
  BoolPtr featDefFilter
665
665
);
666
666
 
 
667
/* performs search using both featuresByLabel and genesByLocusTag */
 
668
NLM_EXTERN SeqFeatPtr FindNthGeneOnBspByLabelOrLocusTag 
 
669
(BioseqPtr              bsp,
 
670
 CharPtr                label,
 
671
 Int4                   n,
 
672
 Int4 PNTR              last_found,
 
673
 SeqMgrFeatContext PNTR context);
 
674
 
 
675
 
667
676
 
668
677
#ifdef __cplusplus
669
678
}