aboutsummaryrefslogtreecommitdiff
path: root/shared/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/protocol.h')
-rw-r--r--shared/protocol.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/shared/protocol.h b/shared/protocol.h
index c2001cf..7f06a52 100644
--- a/shared/protocol.h
+++ b/shared/protocol.h
@@ -62,9 +62,6 @@ typedef struct {
cd_cmd_bool_t join; /** @brief `true` to join network, `false` to leave network */
} cd_s_cmd_post_net;
-typedef struct {
-} cd_s_cmd_response_ping;
-
/** @brief protocol node */
typedef struct {
cd_uuid_t uuid; /** @brief node network uuid */
@@ -81,15 +78,6 @@ typedef struct {
} cd_s_cmd_response_get_node;
typedef struct {
-} cd_s_cmd_response_post_led;
-
-typedef struct {
-} cd_s_cmd_response_post_link;
-
-typedef struct {
-} cd_s_cmd_response_post_net;
-
-typedef struct {
cd_cmd_opcode_t opcode; /** @brief cmd opcode */
cd_cmd_id_t id; /** @brief response message id */
cd_cmd_bool_t success; /** @brief `true` if some error occurred */