~ubuntu-branches/ubuntu/oneiric/ncbi-tools6/oneiric

« back to all changes in this revision

Viewing changes to desktop/vsmutil.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   3/3/95
31
31
*
32
 
* $Revision: 6.6 $
 
32
* $Revision: 6.9 $
33
33
*
34
34
* File Description: 
35
35
*
36
36
* Modifications:  
37
37
* --------------------------------------------------------------------------
38
38
* $Log: vsmutil.h,v $
 
39
* Revision 6.9  2007/07/06 16:01:27  bollin
 
40
* Added Bad Specific Host values to Validator Report.
 
41
*
 
42
* Revision 6.8  2007/03/30 19:09:00  kans
 
43
* validate window verbose argument is Int2
 
44
*
 
45
* Revision 6.7  2007/03/23 20:10:42  kans
 
46
* added ValidErrCallback, uses new ValidErrorFunc mechanism, will be used to switch verbosity without revalidating
 
47
*
39
48
* Revision 6.6  2006/07/13 17:13:19  bollin
40
49
* use Uint4 instead of Uint2 for itemID values
41
50
*
71
80
              Boolean select, Boolean dblClick));
72
81
 
73
82
extern void CreateValidateWindow (ErrNotifyProc notify, CharPtr title,
74
 
                                  FonT font, ErrSev sev, Boolean verbose);
 
83
                                  FonT font, ErrSev sev, Int2 verbose);
75
84
extern void CreateValidateWindowEx (ErrNotifyProc notify, CharPtr title,
76
 
                                    FonT font, ErrSev sev, Boolean verbose,
 
85
                                    FonT font, ErrSev sev, Int2 verbose,
77
86
                                    BaseFormPtr bfp, FormActnFunc revalProc,
78
87
                                    Boolean okaytosetviewtarget);
79
88
extern void ShowValidateWindow (void);
90
99
extern Boolean ShouldSetSuppressContext (void);
91
100
extern Boolean ShouldSetJustShowAccession (void);
92
101
 
 
102
extern void LIBCALLBACK ValidErrCallback (
 
103
  ErrSev severity,
 
104
  int errcode,
 
105
  int subcode,
 
106
  Uint2 entityID,
 
107
  Uint2 itemtype,
 
108
  Uint4 itemID,
 
109
  CharPtr accession,
 
110
  CharPtr message,
 
111
  CharPtr objtype,
 
112
  CharPtr label,
 
113
  CharPtr context,
 
114
  CharPtr location,
 
115
  CharPtr product,
 
116
  Pointer userdata
 
117
);
 
118
 
93
119
/*****************************************************************************
94
120
*
95
121
*   The search window can send hits to the replace window by passing
126
152
                                          Uint2 subtype, Boolean select, Boolean dblClick);
127
153
 
128
154
 
 
155
extern Boolean WriteBadSpecificHostTable (ValNodePtr bad_biop_list, FILE *fp);
 
156
 
129
157
#ifdef __cplusplus
130
158
}
131
159
#endif