aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-02 22:40:09 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-02 22:40:09 +0000
commita5d644afc81be27f8fd17d3bdc93eb7774ddf915 (patch)
tree7aaa890e04411db065f6eff94d9611787c69d30a /include/asterisk/cdr.h
parentc2a463a19ac227bd26a3e09a90c0cf4b7f6f1e15 (diff)
autodial update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3377 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 05d50664d..2da5b95dc 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -63,9 +63,9 @@ struct ast_cdr {
struct timeval end;
/*! Total time in system, in seconds */
- int duration;
+ int duration;
/*! Total time call is up, in seconds */
- int billsec;
+ int billsec;
/*! What happened to the call */
int disposition;
/*! What flags to use */