comparison libsip/req_supp.h @ 0:35c0d9f03c0a

beginning with sipout-test-voice, a copy of sip-manual-out from themwi-system-sw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Mar 2024 23:20:19 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:35c0d9f03c0a
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 };