view libsip/req_supp.h @ 245:5141e21596bb

themwi-test-mtc: fix ancient bug in From number setting
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Aug 2023 22:23:27 -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;
};