aboutsummaryrefslogtreecommitdiffstats
path: root/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Utils.h b/src/Utils.h
index e2b8a2f..8da3a1b 100644
--- a/src/Utils.h
+++ b/src/Utils.h
@@ -37,10 +37,12 @@
#include <time.h>
#include <string>
-void printUsage(char* progName);
+void printUsage(const char* progName);
void printVersion(void);
+void printStartupInfo(void);
+
inline long timespecdiff_us(struct timespec& oldTime, struct timespec& time)
{
long tv_sec;