summaryrefslogtreecommitdiff
path: root/view/sharedcache/ui/dscpicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/ui/dscpicker.h')
-rw-r--r--view/sharedcache/ui/dscpicker.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/sharedcache/ui/dscpicker.h b/view/sharedcache/ui/dscpicker.h
new file mode 100644
index 00000000..6c4b15b5
--- /dev/null
+++ b/view/sharedcache/ui/dscpicker.h
@@ -0,0 +1,12 @@
+//
+// Created by kat on 5/22/23.
+//
+
+#ifndef SHAREDCACHE_DSCPICKER_H
+#define SHAREDCACHE_DSCPICKER_H
+
+#include <binaryninjaapi.h>
+#include <ui/metadatachoicedialog.h>
+void DisplayDSCPicker(UIContext* ctx = nullptr, BinaryNinja::Ref<BinaryNinja::BinaryView> dscView = nullptr);
+
+#endif //SHAREDCACHE_DSCPICKER_H