blob: a425ca9dd128587174d8ab786e89e5f75efca1e0 [file] [log] [blame]
James Kuszmaul4a42b182021-01-17 11:32:46 -08001#pragma once
2#include <re.h>
3
4struct rawrtc_ice_parameters {
5 char* username_fragment; // copied
6 char* password; // copied
7 bool ice_lite;
8};
9
10int rawrtc_ice_parameters_debug(
11 struct re_printf* const pf, struct rawrtc_ice_parameters const* const parameters);