Display PV right-clicked from EngineOutput window
[xboard.git] / backend.h
index f86410c..e38297f 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -205,6 +205,10 @@ double u64ToDouble P((u64 value));
 void OutputChatMessage P((int partner, char *mess));
 void EditPositionDone P((Boolean fakeRights));
 Boolean GetArgValue P((char *name));
+Boolean LoadPV P((int x, int y));
+Boolean LoadMultiPV P((int x, int y, char *buf, int index, int *start, int *end));
+void UnLoadPV P(());
+void MovePV P((int x, int y, int h));
 
 char *StrStr P((char *string, char *match));
 char *StrCaseStr P((char *string, char *match));