diff options
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index c378e45..b763b1e 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -59,6 +59,7 @@ int gettimeofday(struct timeval *tv, struct timezone *tz); | |||
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | double delta_time (struct timeval tv); | 61 | double delta_time (struct timeval tv); |
62 | long deltime (struct timeval tv); | ||
62 | 63 | ||
63 | /* Handle strings safely */ | 64 | /* Handle strings safely */ |
64 | 65 | ||