mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
Added bucket functionality
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user