X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xevalgraph.h;h=e1227c6b36a96e74359aee9d834a22e100c68644;hb=5234409d87b0b67a528acb623af316d8462899de;hp=7ed1c9b8a5fb03a4d76b67f74fe7b84d4dcfb91f;hpb=3830e6aea9b487049e7e1ca9961a848f64ba98eb;p=xboard.git diff --git a/xevalgraph.h b/xevalgraph.h index 7ed1c9b..e1227c6 100644 --- a/xevalgraph.h +++ b/xevalgraph.h @@ -1,7 +1,7 @@ /* * xevalgraph.h * - * Copyright 2010 Free Software Foundation, Inc. + * Copyright 2010, 2011, 2012 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -21,9 +21,11 @@ *------------------------------------------------------------------------ ** See the file ChangeLog for a revision history. */ -#ifndef _XEVALGRAPH_H -#define _XEVALGRAPH_H 1 +#ifndef XB_XEVALGRAPH +#define XB_XEVALGRAPH void EvalGraphSet P(( int first, int last, int current, ChessProgramStats_Move * pvInfo )); +float Color P((char *col, int n)); +void SetPen P((cairo_t *cr, float w, char *col, int dash)); #endif