mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Last batch of 'static' qualifiers for module-level global variables.
Fix up modules in the 'apps' directory, and also correct the bad example of enum definitions in include/asterisk/app.h, which many developers followed (thanks for reading the documentation!). In addition, add some basic usage examples of the 'pahole' and 'pglobal' tools to the coding guidelines. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -642,7 +642,7 @@ static int handle_gosub(struct ast_channel *chan, AGI *agi, int argc, const char
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
struct agi_command gosub_agi_command =
|
||||
static struct agi_command gosub_agi_command =
|
||||
{ { "gosub", NULL }, handle_gosub, NULL, NULL, 0 };
|
||||
|
||||
static int unload_module(void)
|
||||
|
Reference in New Issue
Block a user