aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-29 21:31:45 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-29 21:31:45 +0530
commitc88c251b899ca0e0b3fe34217bdf2d6ce1b677be (patch)
tree3c34b113779975d905d06c9667a085520b784a85 /include/util.h
parent46f3de7578f57a9839b92e9e5194fe22730588bd (diff)
util: get_wrapped()
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