~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to object/objalign.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*   
30
30
* Version Creation Date: 4/1/91
31
31
*
32
 
* $Revision: 6.6 $
 
32
* $Revision: 6.7 $
33
33
*
34
34
* File Description:  Object manager interface for module NCBI-Seqalign
35
35
*
39
39
* -------  ----------  -----------------------------------------------------
40
40
*
41
41
* $Log: objalign.h,v $
 
42
* Revision 6.7  2002/01/10 14:35:18  dondosha
 
43
* Added GenericSeqAlignSetAsnWrite to allow writing seqalign set without a parent asn type
 
44
*
42
45
* Revision 6.6  1999/09/28 12:09:56  kans
43
46
* added alignID field
44
47
*
224
227
NLM_EXTERN SeqAlignPtr LIBCALL SeqAlignSetNew PROTO((void));
225
228
NLM_EXTERN SeqAlignPtr LIBCALL SpecialSeqAlignSetAsnRead PROTO((AsnIoPtr aip, AsnTypePtr set));
226
229
NLM_EXTERN Boolean LIBCALL SpecialSeqAlignSetAsnWrite PROTO((SeqAlignPtr sap, AsnIoPtr aip, AsnTypePtr set));
 
230
NLM_EXTERN Boolean LIBCALL GenericSeqAlignSetAsnWrite PROTO((SeqAlignPtr sap, AsnIoPtr aip));
227
231
 
228
232
 
229
233
/*****************************************************************************