aboutsummaryrefslogtreecommitdiff
path: root/plugins/utils.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.h.in')
-rw-r--r--plugins/utils.h.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/utils.h.in b/plugins/utils.h.in
index e910c417..5a3e1201 100644
--- a/plugins/utils.h.in
+++ b/plugins/utils.h.in
@@ -52,17 +52,14 @@ struct timeval {
long tv_usec; /* microseconds */
};
-struct timezone {
- int tz_minuteswest; /* minutes W of Greenwich */
- int tz_dsttime; /* type of dst correction */
-};
-
#define gettimeofday (tvp,tz) {\
tvp->tv_usec=0;\
tvp->tv_sec=(long)time();\
}
#endif
+double delta_time (struct timeval tv);
+
/* Handle strings safely */
void strip (char *buffer);