From 017349bdbe171c66974a5835f2f74f76138386ea Mon Sep 17 00:00:00 2001 From: Mason Reed <35282038+emesare@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:40:28 -0800 Subject: [WARP] Allow containers to be constructed programmatically (#7952) --- plugins/warp/api/warpcore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/warp/api/warpcore.h') diff --git a/plugins/warp/api/warpcore.h b/plugins/warp/api/warpcore.h index 633ffcbf..c52485aa 100644 --- a/plugins/warp/api/warpcore.h +++ b/plugins/warp/api/warpcore.h @@ -111,6 +111,7 @@ extern "C" WARP_FFI_API BNWARPFunction* BNWARPGetFunction(BNFunction* analysisFunction); WARP_FFI_API BNWARPFunction* BNWARPGetMatchedFunction(BNFunction* analysisFunction); WARP_FFI_API BNWARPContainer** BNWARPGetContainers(size_t* count); + WARP_FFI_API BNWARPContainer* BNWARPAddContainer(const char* name); WARP_FFI_API char* BNWARPContainerGetName(BNWARPContainer* container); -- cgit v1.3.1