mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Make utils/ stuff *actually* compile this time.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user