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

« back to all changes in this revision

Viewing changes to api/salprop.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-12-07 15:02:17 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061207150217-dhkefi84mxhwof0l
Tags: 6.1.20061015-1ubuntu1
* Re-sync with Debian
* Re-add .desktop files from Phil Bull (Closes Malone: #36384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
939
939
***
940
940
**********************************************************************/
941
941
 
942
 
NLM_EXTERN void PropagateFeatureBySeqLock (SeqAnnotPtr sap, Uint2 source_bspitemID, Uint2 target_entityID, SeqEntryPtr target_sep, ValNodePtr seqfeat, Uint1 gap_choice)
 
942
NLM_EXTERN void PropagateFeatureBySeqLock (SeqAnnotPtr sap, Uint4 source_bspitemID, Uint2 target_entityID, SeqEntryPtr target_sep, ValNodePtr seqfeat, Uint1 gap_choice)
943
943
{
944
944
  BioseqPtr        target_bsp;
945
945
  SeqFeatPtr       source_sfp;
1336
1336
                   source_dup;
1337
1337
  SeqAnnotPtr      sap;
1338
1338
  SeqAlignPtr      salp;
1339
 
  Uint2            feat_itemID;
 
1339
  Uint4            feat_itemID;
1340
1340
  Uint1            frame;
1341
1341
  Boolean          val,
1342
1342
                   keep_sesp;