Skip to content

Commit 0dd231e

Browse files
committed
forward declare
1 parent ad011fe commit 0dd231e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/aws/mqtt/private/v5/mqtt5_options_storage.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
struct aws_client_bootstrap;
2424
struct aws_mqtt5_client;
25-
struct aws_mqtt5_client_options;
2625
struct aws_mqtt5_operation;
2726
struct aws_string;
2827

include/aws/mqtt/v5/mqtt5_packet_storage.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
AWS_PUSH_SANE_WARNING_LEVEL
1414

15+
struct aws_mqtt5_client_options;
16+
1517
struct aws_mqtt5_user_property_set {
1618
struct aws_array_list properties;
1719
};

0 commit comments

Comments
 (0)