Distributed mode: no time limit by default on slaves, control on master only
[pachi.git] / joseki / joseki.h
blob74730ad45a8cc7a7d076b388b931ce87c417918d
1 #ifndef PACHI_JOSEKI_JOSEKI_H
2 #define PACHI_JOSEKI_JOSEKI_H
4 #include "engine.h"
6 struct engine *engine_joseki_init(char *arg, struct board *b);
8 #endif