summaryrefslogtreecommitdiff
path: root/src/uci/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci/response.h')
-rw-r--r--src/uci/response.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/uci/response.h b/src/uci/response.h
new file mode 100644
index 0000000..09a0124
--- /dev/null
+++ b/src/uci/response.h
@@ -0,0 +1,9 @@
+#include "command.h"
+
+void handle_uci(ucicmd cmd);
+void handle_initial(ucicmd cmd);
+void handle_idle(ucicmd cmd);
+void handle_sync(ucicmd cmd);
+void handle_ping(ucicmd cmd);
+void handle_active(ucicmd cmd);
+void handle_halt(ucicmd cmd);