aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index bd2d25c..4c6faf6 100644
--- a/include/util.h
+++ b/include/util.h
@@ -9,5 +9,6 @@ char *ltrim(char *s);
char *rtrim(char *s);
char *trim(char *s);
ptr_wrapper_t *wrap_ptr(void *ptr);
+void *get_wrapped(ptr_wrapper_t *wrapper);
#endif