We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad011fe commit 0dd231eCopy full SHA for 0dd231e
2 files changed
include/aws/mqtt/private/v5/mqtt5_options_storage.h
@@ -22,7 +22,6 @@
22
23
struct aws_client_bootstrap;
24
struct aws_mqtt5_client;
25
-struct aws_mqtt5_client_options;
26
struct aws_mqtt5_operation;
27
struct aws_string;
28
include/aws/mqtt/v5/mqtt5_packet_storage.h
@@ -12,6 +12,8 @@
12
13
AWS_PUSH_SANE_WARNING_LEVEL
14
15
+struct aws_mqtt5_client_options;
16
+
17
struct aws_mqtt5_user_property_set {
18
struct aws_array_list properties;
19
};
0 commit comments