~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to api/prtutil.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/93
31
31
*
32
 
* $Revision: 6.0 $
 
32
* $Revision: 6.1 $
33
33
*
34
34
* File Description: Object Print Utilities
35
35
*
40
40
*
41
41
*
42
42
* $Log: prtutil.h,v $
 
43
* Revision 6.1  2004/02/02 17:30:21  kans
 
44
* PrintTemplateSetLoadEx takes a local string, used to make internal copy of objprt.prt in Sequin
 
45
*
43
46
* Revision 6.0  1997/08/25 18:06:57  madden
44
47
* Revision changed to 6.0
45
48
*
84
87
*****************************************************************************/
85
88
NLM_EXTERN PrintTemplatePtr PrintTemplateFind PROTO((CharPtr name));
86
89
NLM_EXTERN Boolean PrintTemplateSetLoad PROTO(( CharPtr path ));
 
90
NLM_EXTERN Boolean PrintTemplateSetLoadEx ( CharPtr path, CharPtr localStr );
87
91
 
88
92
 
89
93
/*****************************************************************************