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

« back to all changes in this revision

Viewing changes to access/pmfapi.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:   5/5/00
31
31
*
32
 
* $Revision: 1.30 $
 
32
* $Revision: 1.31 $
33
33
*
34
34
* File Description: 
35
35
*
80
80
  Int4 flags
81
81
);
82
82
 
 
83
NLM_EXTERN CONN PubSeqFetchSRAOpenConnection (
 
84
  CharPtr sraid
 
85
);
 
86
 
83
87
NLM_EXTERN CONN GiRevHistOpenConnection (
84
88
  Int4 uid,
85
89
  Int4 num,
141
145
  Int4 uid
142
146
);
143
147
 
 
148
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQuery (
 
149
  Int4 uid,
 
150
  Int2 retcode,
 
151
  Int4 flags
 
152
);
 
153
 
144
154
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQueryTI (
145
155
  Uint4 tid,
146
156
  Int2 retcode,
147
157
  Int4 flags
148
158
);
149
159
 
150
 
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQuery (
151
 
  Int4 uid,
152
 
  Int2 retcode,
153
 
  Int4 flags
 
160
NLM_EXTERN SeqEntryPtr PubSeqSynchronousQuerySRA (
 
161
  CharPtr sraid
154
162
);
155
163
 
156
164
NLM_EXTERN CharPtr GiRevHistSynchronousQuery (