Fix crypto build derp

pull/627/head
Michael 5 years ago
parent 822f91a072
commit 6038d75597
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

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