]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10104: [mod_h323] fix build error caused by FS-10025
authorMike Jerris <mike@jerris.com>
Wed, 8 Mar 2017 17:29:53 +0000 (11:29 -0600)
committerMike Jerris <mike@jerris.com>
Wed, 8 Mar 2017 17:31:03 +0000 (11:31 -0600)
src/mod/endpoints/mod_h323/mod_h323.h

index 085f061d62756086116be0ecfa445d18aa648acb..9598ecf5914a8475190a059ea43939b4abaf1d4d 100644 (file)
@@ -171,8 +171,6 @@ struct mod_h323_globals {
        int ptime_override_value;
 };
 
-extern struct mod_h323_globals mod_h323_globals;
-
 class FSH323Connection;
 class FSH323_ExternalRTPChannel;