]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove unnecessary declarations
authorAlexandr Anikin <may@telecom-service.ru>
Fri, 31 May 2013 10:34:20 +0000 (10:34 +0000)
committerAlexandr Anikin <may@telecom-service.ru>
Fri, 31 May 2013 10:34:20 +0000 (10:34 +0000)
(issue ASTERISK-21800)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@390229 65c4cc65-6c06-0410-ace0-fbb531ad65f3

addons/chan_ooh323.c

index f881e2b9ed39662e7d38a3efe73e68a57f0a5459..70bc140aac71f35f592a287bacbbf1d3ac32f96a 100644 (file)
@@ -2625,8 +2625,6 @@ static struct ooh323_peer *build_peer(const char *name, struct ast_variable *v,
 
 static int ooh323_do_reload(void)
 {
-       extern OOH323EndPoint gH323ep;
-
        if (gH323Debug) {
                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)
 {
        char value[FORMAT_STRING_SIZE];
-       extern OOH323EndPoint gH323ep;
 
        switch (cmd) {
        case CLI_INIT: