~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to network/medarch/client/medutil.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: 8/31/93
31
31
*
32
 
* $Revision: 6.1 $
 
32
* $Revision: 6.2 $
33
33
*
34
34
* File Description:  * File Description:  Medline Utilities for MedArch
35
35
*   Assumes user calls MedArchInit and Fini
45
45
*
46
46
* RCS Modification History:
47
47
* $Log: medutil.h,v $
 
48
* Revision 6.2  2003/03/25 19:14:50  bazhin
 
49
* Function "ten_authors()" became public (from static).
 
50
*
48
51
* Revision 6.1  2000/08/18 17:01:02  kans
49
52
* added FetchPubPmId, enhanced FixPubEquiv to handle records with pmid but no muid
50
53
*
127
130
ValNodePtr get_std_auth PROTO((CharPtr token, Uint1 format));
128
131
 
129
132
Boolean in_press PROTO ((CitArtPtr cit));
 
133
Boolean ten_authors PROTO((CitArtPtr art, CitArtPtr art_tmp));
130
134
 
131
135
#ifdef __cplusplus
132
136
}