summaryrefslogtreecommitdiff
path: root/src/wrapper/wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapper/wrapper.h')
-rw-r--r--src/wrapper/wrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapper/wrapper.h b/src/wrapper/wrapper.h
index c75ef33..c28c71e 100644
--- a/src/wrapper/wrapper.h
+++ b/src/wrapper/wrapper.h
@@ -2,3 +2,6 @@
void*
wrapper_create(const char *const symbol, void *function);
+
+void
+wrapper_set_cpp_demangler(void *function);