Asterisk Source/Main Cdr
AsteriskSource/MainCdr ¶* struct ast_cdr *ast_cdr_alloc(void)
function ¶* struct ast_cdr *ast_cdr_alloc(void)
AST_INLINE_API(
struct timeval ast_tvnow(void),
{
struct timeval t;
gettimeofday(&t, NULL);
return t;
}
)
|
"Heck, I'm having a hard time imagining the DOM as civilized!" -- Fred L. Drake, Jr. |











