view libsip/req_supp.h @ 138:0967f67c6ac3

mtctest: accept call hold and retrieve requests
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 07 Oct 2022 16:00:26 -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;
};