Skip to content

Commit

Permalink
* RM [mqtt_client.h] remove duplicated func declarion
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylinYu committed Jun 30, 2023
1 parent 0bc04de commit 8bb1c22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/nng/mqtt/mqtt_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ typedef struct mqtt_topic_qos_t {

typedef struct mqtt_topic_qos_t nng_mqtt_topic_qos;

extern uint16_t nni_msg_get_pub_pid(nng_msg *m);
struct mqtt_string {
char * body;
uint32_t len;
Expand Down

0 comments on commit 8bb1c22

Please sign in to comment.