aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 9919c8b..cd7ff93 100644
--- a/src/util.c
+++ b/src/util.c
@@ -54,7 +54,7 @@ wrap_ptr(void *ptr)
}
void *
-get_wrapped(ptr_wrapper_t *wrapper)
+unwrap(ptr_wrapper_t *wrapper)
{
if (wrapper == NULL)
return NULL;