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 ebfe862..bd2d25c 100644
--- a/include/util.h
+++ b/include/util.h
@@ -8,5 +8,6 @@ typedef struct {
char *ltrim(char *s);
char *rtrim(char *s);
char *trim(char *s);
+ptr_wrapper_t *wrap_ptr(void *ptr);
#endif