fix: Corrected function declarations
This commit is contained in:
@@ -36,8 +36,8 @@ static StaticQueue_t _ingest_queue_static;
|
|||||||
|
|
||||||
|
|
||||||
// === Private functions ===
|
// === Private functions ===
|
||||||
static nil_packet_t *extract_nil_packet(uint8_t *buffer, size_t length);
|
static int handle_nil_packet(nil_packet_t *nil);
|
||||||
static ntl_packet_t *extract_ntl_packet(nil_packet_t *nil);
|
static int handle_ntl_packet(nil_packet_t *nil, ntl_packet_t *ntl);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user