summaryrefslogtreecommitdiff
path: root/utils/extconf.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2010-04-22 22:10:17 +0000
committerJason Parker <jparker@digium.com>2010-04-22 22:10:17 +0000
commit81ec31afbbef5da309c74a40c975f49a9cf9e766 (patch)
tree418099c092e1ba33e43402d57d956b49041f7fe3 /utils/extconf.c
parent6915f50dd3cba100d23a2afedcbc2aa1368bdc0d (diff)
Make utils/ stuff *actually* compile this time.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 */