aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-07-15 21:51:22 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-07-15 21:51:22 +0000
commitcbfe7098a09756017210ce7601ed6b378d291062 (patch)
tree71c988460e34cdfe99be034efe38630cb0e3199b /include/asterisk/cdr.h
parent64a44de2b229276c366c9b68708e3adf066c8db1 (diff)
Version 0.2.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@486 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index b2e0d1641..820426b39 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -189,6 +189,8 @@ extern char *ast_cdr_disp2str(int disposition);
*/
extern char *ast_cdr_flags2str(int flags);
+extern int ast_cdr_setaccount(struct ast_channel *chan, char *account);
+
extern int ast_default_amaflags;
extern char ast_default_accountcode[20];