Added bucket functionality

This commit is contained in:
Granyaa
2026-01-14 16:06:07 +02:00
parent 4999d05903
commit dc85e0e789
4 changed files with 75 additions and 15 deletions

View File

@@ -5,4 +5,9 @@
#include "nano_attachment_common.h"
#include "nano_initializer.h"
AttachmentVerdictResponse NanoAsyncFindResponse(NanoAttachment *attachment, SessionID session_id);
NanoCommunicationResult NanoAsyncAddResponse(NanoAttachment *attachment, SessionID session_id, AttachmentVerdictResponse *response);
void NanoAsyncRemoveResponse(NanoAttachment *attachment, SessionID session_id);
#endif // __NANO_ATTACHMENT_BUCKET_H__