FreeCalypso > hg > themwi-system-sw
view libsip/req_supp.h @ 207:185225722714
doc: new extended RTP format
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 06 Apr 2023 21:30:33 -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; };