comparison libsip/req_supp.h @ 49:dec31b1a8b96

sip-in: check Require and Supported
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Sep 2022 22:57:16 -0800
parents
children
comparison
equal deleted inserted replaced
48:8117d8ee44a5 49:dec31b1a8b96
1 /*
2 * Data structure for parsing Require and Supported header fields
3 */
4
5 struct supported_ext {
6 char *name;
7 int *req_flag;
8 int *sup_flag;
9 };