aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
commit6f0f46299c012f00eada2e4f504a52eb0cbd3040 (patch)
treecf4d39e2fe550722cbe4552cccd0cf5a511730e9 /funcs
parent09f3094700013cd98ad62e36384942be94348225 (diff)
more file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rwxr-xr-xfuncs/func_callerid.c4
-rwxr-xr-xfuncs/func_cdr.c4
-rwxr-xr-xfuncs/func_db.c4
-rwxr-xr-xfuncs/func_env.c4
-rwxr-xr-xfuncs/func_groupcount.c4
-rwxr-xr-xfuncs/func_language.c4
-rwxr-xr-xfuncs/func_logic.c4
-rwxr-xr-xfuncs/func_md5.c4
-rwxr-xr-xfuncs/func_strings.c4
-rwxr-xr-xfuncs/func_timeout.c4
-rwxr-xr-xfuncs/pbx_functions.c2
11 files changed, 41 insertions, 1 deletions
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index fb70269a2..b3bd8d3e3 100755
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION("$Revision$") */
+
#ifndef BUILTIN_FUNC
#include "asterisk/module.h"
#endif /* BUILTIN_FUNC */
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 82a8686ba..0e9a13eaa 100755
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -14,6 +14,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_db.c b/funcs/func_db.c
index bc3202da7..d9b60d653 100755
--- a/funcs/func_db.c
+++ b/funcs/func_db.c
@@ -18,6 +18,10 @@
#include <sys/types.h>
#include <regex.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_env.c b/funcs/func_env.c
index 4d734137f..827dfec97 100755
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_groupcount.c b/funcs/func_groupcount.c
index d76c95724..292364a46 100755
--- a/funcs/func_groupcount.c
+++ b/funcs/func_groupcount.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_language.c b/funcs/func_language.c
index 2584e6261..cce6a8370 100755
--- a/funcs/func_language.c
+++ b/funcs/func_language.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index 12402637b..e85934d74 100755
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -14,6 +14,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index dedb4ba6d..254c31a68 100755
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -15,6 +15,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index 0385fc5dd..de7015190 100755
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -16,6 +16,10 @@
#include <sys/types.h>
#include <regex.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c
index 950e134c0..76c11e360 100755
--- a/funcs/func_timeout.c
+++ b/funcs/func_timeout.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION(__FILE__, "$Revision$") */
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
diff --git a/funcs/pbx_functions.c b/funcs/pbx_functions.c
index c998b61ed..4b9799104 100755
--- a/funcs/pbx_functions.c
+++ b/funcs/pbx_functions.c
@@ -16,7 +16,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/pbx.h"