X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xevalgraph.h;h=e1227c6b36a96e74359aee9d834a22e100c68644;hb=21a44c336aa8cd16a38f3c682386528c8f112650;hp=fd3d6befba2e2d4e1a24491c77dbbbc8c76cb5c9;hpb=e70077aab0199817f37aef9ed0bdba1bbca93b45;p=xboard.git diff --git a/xevalgraph.h b/xevalgraph.h index fd3d6be..e1227c6 100644 --- a/xevalgraph.h +++ b/xevalgraph.h @@ -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