Merge pull request #627 from michael-loki/fix_crypto_build

Fix crypto build derp
pull/629/head
Jeff 5 years ago committed by GitHub
commit 755a232982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ extern "C"
/// setup main context, returns 0 on success
int
llarp_main_setup(struct llarp_main *ptr, bool debugMode);
llarp_main_setup(struct llarp_main *ptr);
/// run main context, returns 0 on success, blocks until program end
int

@ -84,7 +84,7 @@ namespace llarp
GetDatabase(const byte_t *pk);
int
Setup(bool debug=false);
Setup();
int
Run();

Loading…
Cancel
Save