summaryrefslogtreecommitdiff
path: root/src/uci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci.h')
-rw-r--r--src/uci.h2
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