aboutsummaryrefslogtreecommitdiffstats
path: root/utils/extconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/extconf.c')
-rw-r--r--utils/extconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index f1f92fdd4..826d22ca4 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -2821,6 +2821,7 @@ static struct timeval tvfix(struct timeval a)
return a;
}
+struct timeval ast_tvadd(struct timeval a, struct timeval b);
struct timeval ast_tvadd(struct timeval a, struct timeval b)
{
/* consistency checks to guarantee usec in 0..999999 */
@@ -2835,6 +2836,7 @@ struct timeval ast_tvadd(struct timeval a, struct timeval b)
return a;
}
+struct timeval ast_tvsub(struct timeval a, struct timeval b);
struct timeval ast_tvsub(struct timeval a, struct timeval b)
{
/* consistency checks to guarantee usec in 0..999999 */