~ubuntu-branches/ubuntu/quantal/ncbi-tools6/quantal

« back to all changes in this revision

Viewing changes to access/pmfapi.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-03-19 19:42:00 UTC
  • mfrom: (1.1.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080319194200-7t0o0fgni3pijh1x
Tags: 6.1.20080302-1
* New upstream release
* debian/lib{ncbi6,vibrant6a}.symbols: update and clean up.
* debian/lib{ncbi,vibrant}6-dev.install: ship new headers.
* debian/ncbi-tools-bin.docs, doc/man/tbl2asn.1: belatedly ship
  tbl2asn.txt, and restore tbl2asn.1's reference thereto.
* doc/man/*.1: correct usage of ' and -.
* doc/man/{blast,cleanasn,nps2gps,tbl2asn}.1: resync with help output.
* debian/control: tighten dependencies between binary packages.
* debian/{control,rules}: require cdbs 0.4.51; drop workaround for #462130.
* debian/{control,rules,*.override}: rename Lintian overrides to
  $pkg.lintian-overrides and employ dh_lintian from debhelper (>= 6.0.7)
  in lieu of custom logic.
* debian/*.doc-base*: modernize (and correct) section assignments per
  doc-base 0.8.10: science -> Science/Biology, net -> System/Administration.
* debian/makemenu: drop obsolete Encoding key from generated .desktop files.

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.28 $
 
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,