summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2009-12-06 13:28:36 -0800
committerRuss Allbery <rra@debian.org>2009-12-06 13:28:36 -0800
commit2dc6c06022f278f944c8b502fbe8ced1c73811e4 (patch)
treee6290c6509342ccbfca8004b4295b9b8604c4594 /format.h
parentfe15fa62fee6fe5e5f09e2ad6156be97e2b4f357 (diff)
Imported Upstream version 0.90+20091206
Diffstat (limited to 'format.h')
-rw-r--r--format.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/format.h b/format.h
index 8db8e64..f730dbd 100644
--- a/format.h
+++ b/format.h
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: format.h,v 1.8 2007/07/02 12:43:38 ace Exp $
+ * $Id: format.h,v 1.10 2009/04/26 21:03:32 c_anthon Exp $
*/
#ifndef _FORMAT_H_
@@ -41,7 +41,7 @@ extern char *
OutputEquity ( const float r, const cubeinfo *pci, const int f );
extern char *
-OutputRolloutContext ( const char *szIndent, const evalsetup *pes );
+OutputRolloutContext ( const char *szIndent, const rolloutcontext *prc );
extern char *
OutputEvalContext ( const evalcontext *pec, const int fChequer );
@@ -50,9 +50,6 @@ extern char *
OutputEquityDiff ( const float r1, const float r2, const cubeinfo *pci );
extern char *
-OutputMWCDiff ( const float r1, const float r2, const cubeinfo *pci );
-
-extern char *
OutputEquityScale ( const float r, const cubeinfo *pci,
const cubeinfo *pciBase, const int f );