X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=uci2uci.h;h=52f44bb639c58624a0da08d5179dbb8fe0550de9;hp=2e9e0a62d4bd2b1acbcec7d6f0c5e44b81aebc57;hb=HEAD;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f diff --git a/uci2uci.h b/uci2uci.h index 2e9e0a6..52f44bb 100644 --- a/uci2uci.h +++ b/uci2uci.h @@ -4,15 +4,10 @@ #ifndef UCI2UCI_H #define UCI2UCI_H -// constants - -const char * const PolyglotBookFile="Polyglot BookFile"; - // functions -extern void uci_gui_step(char string[]); -extern void uci_engine_step(char string[]); -extern void send_uci_options(); +extern void uci2uci_gui_step(char string[]); +extern void uci2uci_engine_step(char string[]); #endif // !defined UCI2UCI_H