X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=6899eef07293156382afcc1c8f7eee07ec4528ae;hb=2b546bdf3126bdacdeb9d40f34cfbbc1cb163db5;hp=18f5c5853da32a62b609e61ac6d7b35332fb2f7d;hpb=08b22226292c25c7eba27a1ed4e7fb2edf580ec9;p=xboard.git diff --git a/backend.h b/backend.h index 18f5c58..6899eef 100644 --- a/backend.h +++ b/backend.h @@ -121,6 +121,8 @@ int PieceForSquare P((int x, int y)); int OKToStartUserMove P((int x, int y)); void Reset P((int redraw, int init)); void ResetGameEvent P((void)); +Boolean HasPattern P(( const char * text, const char * pattern )); +Boolean SearchPattern P(( const char * text, const char * pattern )); int LoadGame P((FILE *f, int n, char *title, int useList)); int LoadGameFromFile P((char *filename, int n, char *title, int useList)); int CmailLoadGame P((FILE *f, int n, char *title, int useList));