diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 4310bdb..d3c26a1 100644 --- a/include/util.h +++ b/include/util.h @@ -27,6 +27,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); +void *unwrap(ptr_wrapper_t *wrapper); #endif |