From: Mike Jerris Date: Wed, 8 Mar 2017 17:29:53 +0000 (-0600) Subject: FS-10104: [mod_h323] fix build error caused by FS-10025 X-Git-Tag: v1.8.0~768 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8789c0130a2a62fef64a8507feb7c6418813b66;p=thirdparty%2Ffreeswitch.git FS-10104: [mod_h323] fix build error caused by FS-10025 --- diff --git a/src/mod/endpoints/mod_h323/mod_h323.h b/src/mod/endpoints/mod_h323/mod_h323.h index 9c15ae44d5..5defd21969 100644 --- a/src/mod/endpoints/mod_h323/mod_h323.h +++ b/src/mod/endpoints/mod_h323/mod_h323.h @@ -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;