We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ee878 commit 0d40171Copy full SHA for 0d40171
1 file changed
include/aws/mqtt/private/client_impl_shared.h
@@ -139,6 +139,10 @@ AWS_MQTT_API uint64_t aws_mqtt_hash_uint16_t(const void *item);
139
140
AWS_MQTT_API bool aws_mqtt_compare_uint16_t_eq(const void *a, const void *b);
141
142
+AWS_MQTT_API uint64_t aws_mqtt_hash_uint32_t(const void *item);
143
+
144
+AWS_MQTT_API bool aws_mqtt_compare_uint32_t_eq(const void *a, const void *b);
145
146
AWS_MQTT_API bool aws_mqtt_byte_cursor_hash_equality(const void *a, const void *b);
147
148
AWS_MQTT_API struct aws_event_loop *aws_mqtt_client_connection_get_event_loop(
0 commit comments