mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +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:
@@ -1050,7 +1050,7 @@ enum syntaxtype {
|
||||
};
|
||||
|
||||
/*! \brief Mapping between type of node and type of syntax to generate. */
|
||||
struct strsyntaxtype {
|
||||
static struct strsyntaxtype {
|
||||
const char *type;
|
||||
enum syntaxtype stxtype;
|
||||
} stxtype[] = {
|
||||
|
||||
Reference in New Issue
Block a user