Cleanup BPF helper symbols (bp #9804) (#9825)

automerge
This commit is contained in:
mergify[bot]
2020-04-30 13:10:13 -07:00
committed by GitHub
parent 948487d9a7
commit 3d88b9ac22
2 changed files with 11 additions and 10 deletions

View File

@@ -135,7 +135,9 @@ void sol_log_(const char *, uint64_t);
* Helper function that prints a 64 bit values represented in hexadecimal
* to stdout
*/
void sol_log_64(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t);
void sol_log_64_(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t);
#define sol_log_64 sol_log_64_
/**
* Size of Public key in bytes