view libsip/req_supp.h @ 179:b79d6334f543

themwi-rtp-mgr: RTP port allocation split out of themwi-mgw
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Mar 2023 20:19:14 -0800
parents dec31b1a8b96
children
line wrap: on
line source

/*
 * Data structure for parsing Require and Supported header fields
 */

struct supported_ext {
	char	*name;
	int	*req_flag;
	int	*sup_flag;
};