view libsip/req_supp.h @ 130:44dc809ffec0

themwi-update-out-routes utility written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 20:56: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;
};