X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xevalgraph.h;h=e65f8f5802e22f72e03acef385d3a46b1168e450;hb=4bfad947161d93ce1b566093211bd05f368bdffe;hp=fd3d6befba2e2d4e1a24491c77dbbbc8c76cb5c9;hpb=54352a49049eee9bde9ba9359b61e8e88ea219fc;p=xboard.git diff --git a/xevalgraph.h b/xevalgraph.h index fd3d6be..e65f8f5 100644 --- a/xevalgraph.h +++ b/xevalgraph.h @@ -21,8 +21,8 @@ *------------------------------------------------------------------------ ** 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 ));