aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-02 23:11:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-02 23:11:14 +0000
commitbf73a8baa85cd114a64397b09012ab05e3fa41ca (patch)
treefdc0d4b52d7ea2459ecc84ca721f1d1581723665 /include/asterisk/cdr.h
parenta5d644afc81be27f8fd17d3bdc93eb7774ddf915 (diff)
Back out accidental changes by anthm
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3378 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 2da5b95dc..05d50664d 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 */