summaryrefslogtreecommitdiff
path: root/include/uci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uci.h')
-rw-r--r--include/uci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uci.h b/include/uci.h
new file mode 100644
index 0000000..b3ee4cc
--- /dev/null
+++ b/include/uci.h
@@ -0,0 +1,8 @@
+#ifndef UCI_H
+#define UCI_H
+
+#include "ipc.h"
+
+void *uci(void *com);
+
+#endif // UCI_H