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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h
index 4b5f24d..14a5817 100644
--- a/include/mdso/mdso.h
+++ b/include/mdso/mdso.h
@@ -81,6 +81,10 @@ mdso_api int mdso_unmap_input (struct mdso_input *);
/* utility api */
+/* low-level api */
+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);
+
#ifdef __cplusplus
}
#endif