diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index ff81cbb..ebfe862 100644 --- a/include/util.h +++ b/include/util.h @@ -1,6 +1,10 @@ #ifndef __UTIL_H #define __UTIL_H +typedef struct { + void *ptr; +} ptr_wrapper_t; + char *ltrim(char *s); char *rtrim(char *s); char *trim(char *s); |