Add includes.
This commit is contained in:
parent
ce515886ca
commit
7cf3af7d67
|
@ -0,0 +1,8 @@
|
|||
#ifndef LIBRUSTZCASH_INCLUDE_H_
|
||||
#define LIBRUSTZCASH_INCLUDE_H_
|
||||
|
||||
extern "C" {
|
||||
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
|
||||
}
|
||||
|
||||
#endif // LIBRUSTZCASH_INCLUDE_H_
|
Loading…
Reference in New Issue