~ubuntu-branches/ubuntu/jaunty/ncbi-tools6/jaunty

« back to all changes in this revision

Viewing changes to api/asn2gnbp.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:   10/21/98
31
31
*
32
 
* $Revision: 6.40 $
 
32
* $Revision: 6.41 $
33
33
*
34
34
* File Description:  New GenBank flatfile generator, private header
35
35
*
258
258
 
259
259
/* callback types and structure for special extensions */
260
260
 
261
 
typedef void (*Asn2gbWriteFunc) (CharPtr str, Pointer userdata, BlockType blocktype);
 
261
typedef void (*Asn2gbWriteFunc) (
 
262
  CharPtr str,
 
263
  Pointer userdata,
 
264
  BlockType blocktype,
 
265
  Uint2 entityID,
 
266
  Uint2 itemtype,
 
267
  Uint4 itemID
 
268
);
262
269
 
263
270
typedef ValNodePtr (*Asn2gbLockFunc) (SeqIdPtr sip, Pointer remotedata);
264
271
typedef void (*Asn2gbFreeFunc) (ValNodePtr vnp, Pointer remotedata);