view libsip/req_supp.h @ 183:3962d9345a09

rtp-mgr: use new EP type constant names
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Mar 2023 21:48:23 -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;
};