changes from Alessandro Scotti from 20060112
[xboard.git] / frontend.h
index ef79f23..853c665 100644 (file)
@@ -169,6 +169,6 @@ void FreezeUI P((void));
 void ThawUI P((void));
 extern char *programName;
 
-void SetProgramStats P(( int which, int depth, unsigned long nodes, int score, int time, char * pv )); /* [AS] */
+void SetProgramStats P(( int which, int depth, unsigned long nodes, int score, int time, char * pv, char * hint )); /* [AS] */
 
 #endif