A better and more flexible way of invoking Polyglot
[xboard.git] / backend.h
index c2997f4..c0cfbd3 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -204,7 +204,7 @@ VariantClass StringToVariant P((char *e));
 double u64ToDouble P((u64 value));
 void OutputChatMessage P((int partner, char *mess));
 void EditPositionDone P((Boolean fakeRights));
-
+Boolean GetArgValue P((char *name));
 
 char *StrStr P((char *string, char *match));
 char *StrCaseStr P((char *string, char *match));