view libsip/req_supp.h @ 125:5081f2bc6f1c

include/tmgw_ctrl.h: define commands for DTMF start & stop
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 16:07:59 -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;
};