Fixed forward delcaration of NanoAttachment in nano_attachment_io fixed return from PopResponseVerdictFromQueue

This commit is contained in:
Granyaa
2026-01-15 11:30:56 +02:00
parent b1502d7c46
commit 3a3f5804cc
2 changed files with 38 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
#define CP_ASYNC_CTX_BUCKETS 2048 ///< Hash table buckets for better distribution
typedef struct NanoAttachment NanoAttachment;
AttachmentVerdictResponse NanoAsyncFindResponse(NanoAttachment *attachment, SessionID session_id);
NanoCommunicationResult NanoAsyncAddResponse(NanoAttachment *attachment, SessionID session_id, AttachmentVerdictResponse *response);