aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 21:09:59 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 21:09:59 +0000
commit09f3094700013cd98ad62e36384942be94348225 (patch)
treeea27350507953986bed7ff7cf8c0f40571622864 /cdr/cdr_custom.c
parentb2cbb6a75dfc8ea70554192ea223c3bd5dd52ed8 (diff)
another round of version tag updates, along with 'show version files' pattern filtering
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5865 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr/cdr_custom.c')
-rwxr-xr-xcdr/cdr_custom.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index cbb6d970b..e524d71c3 100755
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -15,6 +15,11 @@
*/
#include <sys/types.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
@@ -22,7 +27,6 @@
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
#include "asterisk/utils.h"
-#include "asterisk.h"
#define CUSTOM_LOG_DIR "/cdr_custom"