summaryrefslogtreecommitdiff
path: root/src/helper/time_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/time_support.h')
-rw-r--r--src/helper/time_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/time_support.h b/src/helper/time_support.h
index 8594eb22..c7b8b404 100644
--- a/src/helper/time_support.h
+++ b/src/helper/time_support.h
@@ -49,7 +49,7 @@ typedef struct duration_s
struct timeval duration;
} duration_t;
-extern int duration_start_measure(duration_t *duration);
+extern void duration_start_measure(duration_t *duration);
extern int duration_stop_measure(duration_t *duration, char **text);
#endif /* TIME_SUPPORT_H */