summaryrefslogtreecommitdiff
path: root/desktop/cdrgn.h
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2011-07-13 20:30:10 -0400
committerAaron M. Ucko <ucko@debian.org>2011-07-13 20:30:10 -0400
commit76eb365b53286f69a92cbbcc3007833b7ea05cfa (patch)
tree43153eff618b89d81f1a273a84f190c20cbc823d /desktop/cdrgn.h
parenteb0fe75837f0b1ffd48822a16cf8cad5d056b911 (diff)
Imported Upstream version 6.1.20110713
Diffstat (limited to 'desktop/cdrgn.h')
-rw-r--r--desktop/cdrgn.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/cdrgn.h b/desktop/cdrgn.h
index 83587b54..9748a837 100644
--- a/desktop/cdrgn.h
+++ b/desktop/cdrgn.h
@@ -29,13 +29,17 @@
*
* Version Creation Date: 1/22/95
*
-* $Revision: 6.14 $
+* $Revision: 6.15 $
*
* File Description:
*
* Modifications:
* --------------------------------------------------------------------------
* $Log: cdrgn.h,v $
+* Revision 6.15 2010/09/21 12:54:12 bollin
+* Fixed bug in update mRNA spans button - needs to use original location to
+* find mRNA to update.
+*
* Revision 6.14 2009/09/02 15:08:39 bollin
* New RNA editing.
*
@@ -138,6 +142,7 @@ extern void ApplyProductToRNA (SeqFeatPtr sfp, CharPtr product);
extern void AddToComment (SeqFeatPtr sfp, CharPtr comment);
extern DialoG RnaTypeDialog (GrouP h, Boolean is_constraint, Nlm_ChangeNotifyProc change_notify, Pointer change_userdata);
extern DialoG CreatencRNAClassDialog (GrouP h, Boolean is_constraint, Nlm_ChangeNotifyProc change_notify, Pointer change_userdata);
+NLM_EXTERN void UpdatemRNAAfterEditing(DialoG d, SeqLocPtr old_slp, SeqLocPtr new_slp);
#ifdef __cplusplus
}