mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-04 17:12:31 +01:00
fix -Wstrict-prototypes issues
This commit is contained in:
committed by
David Cermak
parent
b263e44777
commit
2ef78857e9
@@ -33,7 +33,7 @@ typedef enum pending_state {
|
||||
CONFIRMED
|
||||
} pending_state_t;
|
||||
|
||||
outbox_handle_t outbox_init();
|
||||
outbox_handle_t outbox_init(void);
|
||||
outbox_item_handle_t outbox_enqueue(outbox_handle_t outbox, outbox_message_handle_t message, int tick);
|
||||
outbox_item_handle_t outbox_dequeue(outbox_handle_t outbox, pending_state_t pending, int *tick);
|
||||
outbox_item_handle_t outbox_get(outbox_handle_t outbox, int msg_id);
|
||||
|
||||
Reference in New Issue
Block a user