mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace node {
|
||||
/** Wrapper around Minisketch::Minisketch(32, implementation, capacity). */
|
||||
Minisketch MakeMinisketch32(size_t capacity);
|
||||
/** Wrapper around Minisketch::CreateFP. */
|
||||
Minisketch MakeMinisketch32FP(size_t max_elements, uint32_t fpbits);
|
||||
} // namespace node
|
||||
|
||||
#endif // BITCOIN_NODE_MINISKETCHWRAPPER_H
|
||||
|
||||
Reference in New Issue
Block a user