Fixed some compilation bug and added reconf

This commit is contained in:
Granyaa
2026-01-15 14:58:30 +02:00
parent a04ffb0fa6
commit 9531f757a7
2 changed files with 17 additions and 1 deletions

View File

@@ -245,4 +245,7 @@ nano_send_metric_data_sender(NanoAttachment *attachment);
AttachmentVerdictResponse
PopResponseVerdictFromQueue(NanoAttachment *attachment);
NanoCommunicationResult
signal_for_session_data(NanoAttachment *attachment, uint32_t cur_session_id, AttachmentDataType chunk_type);
#endif // __NANO_ATTACHMENT_IO_H__