~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to desktop/dlogutil.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   1/22/95
31
31
*
32
 
* $Revision: 6.102 $
 
32
* $Revision: 6.104 $
33
33
*
34
34
* File Description: 
35
35
*
155
155
*/
156
156
 
157
157
extern OMUserDataPtr ItemAlreadyHasEditor (Uint2 entityID, Uint4 itemID, Uint2 itemtype, Uint2 procid);
 
158
extern Uint2 GetProcIdForItemEditor (Uint2 entityID, Uint2 itemID, Uint1 itemtype, Uint2 subinputtype);
158
159
extern OMUserDataPtr EntityAlreadyHasViewer (Uint2 entityID);
159
160
extern Boolean MakeViewerIndependent (Uint2 entityID, OMUserDataPtr omudp);
160
161
 
792
793
NLM_EXTERN void ScrollToMatchingFeatures (DialoG d, SeqFeatPtr sfp);
793
794
NLM_EXTERN Boolean AutomatchFeatures (DialoG d, ValNodePtr PNTR existing_features);
794
795
 
 
796
NLM_EXTERN void CloseLog (LogInfoPtr lip);
795
797
 
796
798
 
797
799
#ifdef __cplusplus