FreeCalypso > hg > themwi-system-sw
view libsip/req_supp.h @ 171:4f1f3f799295
doc/Codec-library-depend: article written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 21 Nov 2022 01:01:39 -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; };