aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-15 20:11:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-15 20:11:56 +0000
commitc72e5e1b38c62e6aeb7a557aa336532926ade8b4 (patch)
treec9253c8ee4ae57da36128c3b0ffb81d108d97183 /funcs
parent8e9b1bb203501affda0b422a6e52d7cae3b24522 (diff)
remove the uses of the deprecated STANDARD_LOCAL_USER
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cut.c2
-rw-r--r--funcs/func_enum.c2
-rw-r--r--funcs/func_rand.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/funcs/func_cut.c b/funcs/func_cut.c
index 753fb8976..f6ced437d 100644
--- a/funcs/func_cut.c
+++ b/funcs/func_cut.c
@@ -46,8 +46,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static char *tdesc = "Cut out information from a string";
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
struct sortable_keys {
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index 8d603e4df..51eb61e47 100644
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -50,8 +50,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static char *synopsis = "Syntax: ENUMLOOKUP(number[|Method-type[|options[|record#[|zone-suffix]]]])\n";
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
static int function_enum(struct ast_channel *chan, char *cmd, char *data,
diff --git a/funcs/func_rand.c b/funcs/func_rand.c
index 0629246bc..af5e73a94 100644
--- a/funcs/func_rand.c
+++ b/funcs/func_rand.c
@@ -39,8 +39,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/app.h"
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
static int acf_rand_exec(struct ast_channel *chan, char *cmd,