~ubuntu-branches/ubuntu/feisty/ncbi-tools6/feisty

« back to all changes in this revision

Viewing changes to tools/toporg.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:
1
1
#ifndef _TOPORG_
2
2
#define _TOPORG_
3
3
 
4
 
/*  $Id: toporg.h,v 6.3 2001/06/05 21:23:43 vakatov Exp $
 
4
/*  $Id: toporg.h,v 6.4 2005/12/30 19:37:17 kans Exp $
5
5
 * ===========================================================================
6
6
 *
7
7
 *                            PUBLIC DOMAIN NOTICE
87
87
void StripBSfromParts(SeqEntryPtr sep, Pointer data, Int4 index, Int2 indent);
88
88
Boolean CmpOrgById(BioSourcePtr b1, BioSourcePtr b2);
89
89
extern void NormalizeSegSeqMolInfo(SeqEntryPtr sep);
 
90
extern void MoveFeatsFromPartsSet (SeqEntryPtr sep);
90
91
 
91
92
 
92
93
#ifdef __cplusplus