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

« back to all changes in this revision

Viewing changes to access/pmfapi.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:   5/5/00
31
31
*
32
 
* $Revision: 1.27 $
 
32
* $Revision: 1.29 $
33
33
*
34
34
* File Description: 
35
35
*
74
74
  Int4 flags
75
75
);
76
76
 
 
77
NLM_EXTERN CONN PubSeqFetchTraceOpenConnection (
 
78
  Int4 tid,
 
79
  Int2 retcode,
 
80
  Int4 flags
 
81
);
 
82
 
77
83
NLM_EXTERN CONN GiRevHistOpenConnection (
78
84
  Int4 uid,
79
85
  Int4 num,
135
141
  Int4 uid
136
142
);
137
143
 
 
144
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQueryEx (
 
145
  Int4 uid,
 
146
  Int2 retcode,
 
147
  Int4 flags,
 
148
  Boolean is_trace
 
149
);
 
150
 
 
151
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQueryTI (
 
152
  Int4 uid,
 
153
  Int2 retcode,
 
154
  Int4 flags
 
155
);
 
156
 
138
157
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQuery (
139
158
  Int4 uid,
140
159
  Int2 retcode,
334
353
  Int4Ptr uids
335
354
);
336
355
 
 
356
NLM_EXTERN Int4 GiRevHistPreLoadSeqIdGiCacheEx (
 
357
  Int4 num,
 
358
  Int4Ptr uids,
 
359
  Boolean filter
 
360
);
 
361
 
337
362
NLM_EXTERN Int4 LIBCALLBACK GiRevHistLookupFarSeqIDs (
338
363
  SeqEntryPtr sep,
339
364
  Boolean components,