view libsip/req_supp.h @ 93:ff5e96162430

libsip: new function for extracting Call-ID and CSeq from responses
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 24 Sep 2022 15:13:53 -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;
};