summaryrefslogtreecommitdiff
path: root/src/uci.h
blob: 426ff77baa003cfd6776952e8091a0f3ebead7b7 (plain)
1
2
3
4
5
6
7
8
#ifndef UCI_H
#define UCI_H

#include "ipc.h"

int uci(comms *com);

#endif // UCI_H