Cleanup BPF helper symbols (#9804)

This commit is contained in:
Jack May
2020-04-30 11:29:11 -07:00
committed by GitHub
parent 217931479b
commit 7678af6300
2 changed files with 27 additions and 23 deletions

View File

@ -134,7 +134,9 @@ void sol_log_(const char *, uint64_t);
/**
* 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