mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
More 'static' qualifiers on module global variables.
The 'pglobal' tool is quite handy indeed :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -116,7 +116,7 @@ struct http_uri_redirect {
|
||||
|
||||
static AST_RWLIST_HEAD_STATIC(uri_redirects, http_uri_redirect);
|
||||
|
||||
const struct ast_cfhttp_methods_text {
|
||||
static const struct ast_cfhttp_methods_text {
|
||||
enum ast_http_method method;
|
||||
const char text[];
|
||||
} ast_http_methods_text[] = {
|
||||
|
Reference in New Issue
Block a user