~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to desktop/seqsub.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

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.1 $
 
32
* $Revision: 6.2 $
33
33
*
34
34
* File Description: 
35
35
*
36
36
* Modifications:  
37
37
* --------------------------------------------------------------------------
38
38
* $Log: seqsub.h,v $
 
39
* Revision 6.2  2002/12/20 18:31:08  kans
 
40
* added REGISTER_SEQSUBCIT_EDIT, support for OBJ_SEQSUB_CIT in SubmitBlockGenFunc
 
41
*
39
42
* Revision 6.1  2000/07/08 20:44:01  vakatov
40
43
* Get all "#include" out of the 'extern "C" { }' scope;  other cleanup...
41
44
*
58
61
extern DialoG CreateSubmitDataDialog (GrouP h, CharPtr title, Boolean newOnly, Boolean defaultAsUpdate);
59
62
 
60
63
#define REGISTER_SUBMITBLOCK_EDIT ObjMgrProcLoad(OMPROC_EDIT,"Edit SubmitBlock","SubmitBlock",OBJ_SUBMIT_BLOCK,0,OBJ_SUBMIT_BLOCK,0,NULL,SubmitBlockGenFunc,PROC_PRIORITY_DEFAULT)
 
64
#define REGISTER_SEQSUBCIT_EDIT ObjMgrProcLoad(OMPROC_EDIT,"Edit SeqSubCit","SeqSubCit",OBJ_SEQSUB_CIT,0,OBJ_SEQSUB_CIT,0,NULL,SubmitBlockGenFunc,PROC_PRIORITY_DEFAULT)
61
65
 
62
66
extern ForM CreateSubmitBlockForm (Int2 left, Int2 top, CharPtr title,
63
67
                                   Boolean newOnly, Boolean defaultAsUpdate, SubmitBlockPtr sbp,