diff options
author | midipix <writeonce@midipix.org> | 2016-10-23 23:43:35 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:49 -0500 |
commit | 62fec76c0ad272943d16867c4084134f82f9157a (patch) | |
tree | ffd132dff6bc94deb3ccdf3adc2c3a9d2b43e775 /include | |
parent | 7f20b2f02c426c7c671b2c69eb15c6d93fb24401 (diff) | |
download | mdso-62fec76c0ad272943d16867c4084134f82f9157a.tar.bz2 mdso-62fec76c0ad272943d16867c4084134f82f9157a.tar.xz |
mdso_generate_symfn(): added error trace support.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 08821ed..4d770de 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -121,7 +121,7 @@ mdso_api uint64_t mdso_crc64_mbstr (const unsigned char * str, size_t * symlen); mdso_api FILE * mdso_create_output (const struct mdso_driver_ctx *, const char * asmname); mdso_api int mdso_generate_dsometa (const struct mdso_driver_ctx *, FILE * fout); mdso_api int mdso_generate_symentry(const struct mdso_driver_ctx *, const char * sym, FILE * fout); -mdso_api int mdso_generate_symfn (const char * sym, FILE * fout); +mdso_api int mdso_generate_symfn (const struct mdso_driver_ctx *, const char * sym, FILE * fout); #ifdef __cplusplus } |