FreeCalypso > hg > themwi-system-sw
view libsip/req_supp.h @ 148:b51247739897
sip-manual-out: attempt to play along with re-INVITEs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 08 Oct 2022 23:52:08 -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; };