aboutsummaryrefslogtreecommitdiffstats
path: root/res
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 /res
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 'res')
-rw-r--r--res/res_agi.c3
-rw-r--r--res/res_config_odbc.c1
-rw-r--r--res/res_features.c2
-rw-r--r--res/res_odbc.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 2b27e745d..5a2e5cc1f 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -97,11 +97,8 @@ static char *descrip =
static int agidebug = 0;
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
-
#define TONE_BLOCK_SIZE 200
/* Max time to connect to an AGI remote host */
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index 311fa2478..29390af68 100644
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -49,7 +49,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
static char *tdesc = "ODBC Configuration";
-STANDARD_LOCAL_USER;
LOCAL_USER_DECL;
diff --git a/res/res_features.c b/res/res_features.c
index d39212131..1c4421c00 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -142,8 +142,6 @@ AST_MUTEX_DEFINE_STATIC(parking_lock);
static pthread_t parking_thread;
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
char *ast_parking_ext(void)
diff --git a/res/res_odbc.c b/res/res_odbc.c
index f373a9983..c6c2fcffb 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -576,8 +576,6 @@ odbc_status odbc_obj_connect(odbc_obj *obj)
return ODBC_SUCCESS;
}
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
int unload_module(void)