~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to object/objpubd.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

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.10 $
 
32
* $Revision: 6.11 $
33
33
*
34
34
* File Description:  Object manager interface for type Pubdesc from
35
35
*                    NCBI-Sequence.  This is separate to avoid typedef
45
45
* -------  ----------  -----------------------------------------------------
46
46
*
47
47
* $Log: objpubd.h,v $
 
48
* Revision 6.11  2005/12/29 13:46:18  bollin
 
49
* added PubdescContentMatch function
 
50
*
48
51
* Revision 6.10  2005/05/24 19:13:47  bollin
49
52
* removed PubdescMatch function - was conflicting with local versions elsewhere.
50
53
* Function is now a local function in desktop\seqsub.c
146
149
NLM_EXTERN PubdescPtr LIBCALL PubdescAsnRead PROTO((AsnIoPtr aip, AsnTypePtr atp));
147
150
NLM_EXTERN PubdescPtr LIBCALL PubdescFree PROTO((PubdescPtr pdp));
148
151
 
 
152
NLM_EXTERN Boolean LIBCALL PubdescContentMatch (PubdescPtr pdp1, PubdescPtr pdp2);
 
153
 
149
154
typedef ValNode Numbering, FAR *NumberingPtr;
150
155
 
151
156
/*****************************************************************************