fix gcc warnings on shadowed declarations
[paraslash.git] / para.h
diff --git a/para.h b/para.h
index e1b0d73f739ea5684cb61656a0553be7b8343a2c..26e04c6c435c47c8939f0803fcc62d556c005db1 100644 (file)
--- a/para.h
+++ b/para.h
@@ -131,7 +131,7 @@ long unsigned tv2ms(const struct timeval*);
 void d2tv(double, struct timeval*);
 void tv_add(const struct timeval*, const struct timeval *, struct timeval *);
 void tv_scale(const unsigned long, const struct timeval *, struct timeval *);
-void tv_divide(const unsigned long div, const struct timeval *tv,
+void tv_divide(const unsigned long divisor, const struct timeval *tv,
        struct timeval *result);
 int tv_convex_combination(const long a, const struct timeval *tv1,
                const long b, const struct timeval *tv2,