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

#include "ipc.h"

void *uci(void *com);

#endif // UCI_H