FS-10104: [mod_h323] fix build error caused by FS-10025

This commit is contained in:
Mike Jerris 2017-03-08 11:29:53 -06:00
parent c76e6dbe20
commit f8789c0130

View 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;