aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/msg.h2
-rw-r--r--include/util.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/msg.h b/include/msg.h
index 4f44bf0..3dea0d9 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -32,6 +32,6 @@ typedef struct {
bool verbose;
} msg_t;
-int run(void);
+int run(bool log);
#endif
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);