Add includes.

This commit is contained in:
Sean Bowe 2017-03-17 11:25:08 -06:00
parent ce515886ca
commit 7cf3af7d67
1 changed files with 8 additions and 0 deletions

8
include/librustzcash.h Normal file
View File

@ -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_