Update Game List after tag selection changed
[xboard.git] / winboard / winboard.h
index 0998c97..00caa95 100644 (file)
@@ -211,6 +211,15 @@ extern HWND evalGraphDialog;
 \r
 extern HWND engineOutputDialog;\r
 \r
+struct GameListStats\r
+{\r
+    int white_wins;\r
+    int black_wins;\r
+    int drawn;\r
+    int unfinished;\r
+};\r
+\r
+int GameListToListBox( HWND hDlg, BOOL boReset, char * pszFilter, struct GameListStats * stats, BOOL byPos, BOOL narrow );\r
 VOID ShowGameListProc(void);\r
 extern HWND gameListDialog;\r
 \r