dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 93336 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r93336 | tilghman | 2007-12-17 15:12:42 -0600 (Mon, 17 Dec 2007) | 6 lines

Today is tomorrow's yesterday, and yesterday's tomorrow is today, and
tomorrow's tomorrow is the day after tomorrow, so who cares if you
recycle anyway?

If this confuses you, that's nothing compared to what this fixes. ;-)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93337 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2007-12-17 21:14:45 +00:00
parent 005b4c4aa2
commit 94f8240f70
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ typedef typeof(tv.tv_usec) ast_suseconds_t;
/*!
* \brief Computes the difference (in milliseconds) between two \c struct \c timeval instances.
* \param end the beginning of the time period
* \param start the end of the time period
* \param end end of the time period
* \param start beginning of the time period
* \return the difference in milliseconds
*/
AST_INLINE_API(