diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index d3c26a1..69c51f2 100644 --- a/include/util.h +++ b/include/util.h @@ -23,6 +23,7 @@ typedef struct { void *ptr; } ptr_wrapper_t; +int msleep(long msec); char *ltrim(char *s); char *rtrim(char *s); char *trim(char *s); |