diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 13:07:41 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 13:07:41 +0530 |
commit | 246a95dbd8f79033124a1c8aba8af6ee03a6af8e (patch) | |
tree | 16d98d35f19812375f4400015388bd21196c3341 /include/util.h | |
parent | 0f5bde0d9bf98d973012038f8a77183a6e758b21 (diff) |
msg: run every 500ms instead of watching for changes
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); |