FreeCalypso > hg > themwi-system-sw
view libsip/req_supp.h @ 115:1bbe57df74f6
sip-in: syslog line mapping in-tag to mtcall socket callref
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 28 Sep 2022 22:54:57 -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; };