mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
remove unnecessary declarations
(issue ASTERISK-21800) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@390229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2625,8 +2625,6 @@ static struct ooh323_peer *build_peer(const char *name, struct ast_variable *v,
|
|||||||
|
|
||||||
static int ooh323_do_reload(void)
|
static int ooh323_do_reload(void)
|
||||||
{
|
{
|
||||||
extern OOH323EndPoint gH323ep;
|
|
||||||
|
|
||||||
if (gH323Debug) {
|
if (gH323Debug) {
|
||||||
ast_verb(0, "--- ooh323_do_reload\n");
|
ast_verb(0, "--- ooh323_do_reload\n");
|
||||||
}
|
}
|
||||||
@@ -3379,7 +3377,6 @@ static int ooh323_show_channels(int fd, int argc, char *argv[])
|
|||||||
static char *handle_cli_ooh323_show_gk(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
static char *handle_cli_ooh323_show_gk(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||||
{
|
{
|
||||||
char value[FORMAT_STRING_SIZE];
|
char value[FORMAT_STRING_SIZE];
|
||||||
extern OOH323EndPoint gH323ep;
|
|
||||||
|
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case CLI_INIT:
|
case CLI_INIT:
|
||||||
|
|||||||
Reference in New Issue
Block a user