diff options
Diffstat (limited to 'media/mtransport/nrinterfaceprioritizer.h')
-rw-r--r-- | media/mtransport/nrinterfaceprioritizer.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media/mtransport/nrinterfaceprioritizer.h b/media/mtransport/nrinterfaceprioritizer.h new file mode 100644 index 000000000..40a9f0e66 --- /dev/null +++ b/media/mtransport/nrinterfaceprioritizer.h @@ -0,0 +1,18 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef nrinterfacepriority_h__ +#define nrinterfacepriority_h__ + +extern "C" { +#include "nr_api.h" +#include "nr_interface_prioritizer.h" +} + +namespace mozilla { + +nr_interface_prioritizer* CreateInterfacePrioritizer(); + +} // namespace mozilla + +#endif |