Let XBoard propose name of tourney file
[xboard.git] / backend.h
index ebcc74f..c4b6bb2 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -296,6 +296,7 @@ void GLT_TagsToList P(( char * tags ));
 void GLT_ParseList P((void));
 void NamesToList P((char *name, char **engines, char **mnemonics));
 int CreateTourney P((char *name));
+char *MakeName P((char *templ));
 void SwapEngines P((int n));
 
 extern char* StripHighlight P((char *));  /* returns static data */