summaryrefslogtreecommitdiffhomepage
path: root/include/mdso/mdso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mdso/mdso.h')
-rw-r--r--include/mdso/mdso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h
index 6f37d89..08821ed 100644
--- a/include/mdso/mdso.h
+++ b/include/mdso/mdso.h
@@ -120,7 +120,7 @@ mdso_api uint32_t mdso_crc32_mbstr (const unsigned char * str, size_t * symlen);
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_common_ctx *, const char * sym, 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);
#ifdef __cplusplus