view libsip/req_supp.h @ 271:b54fa3e4d81f

doc/NANP-specifics: update references to other articles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 26 Nov 2023 18:14:19 -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;
};