index
:
gacrux
master
A UCI compatible chess engine in C
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uci.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/uci.h')
-rw-r--r--
src/uci.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uci.h b/src/uci.h
index 426ff77..b3ee4cc 100644
--- a/
src/uci.h
+++ b/
src/uci.h
@@ -3,6 +3,6 @@
#include "ipc.h"
-int uci(comms *com);
+void *uci(void *com);
#endif // UCI_H