generic struct to map between strings and integers. Fill it with x-s pairs, terminate with an entry with s = NULL; Then you can call map_x_s(...) to map an integer to a string, and map_s_x() for the string -> integer mapping. More...
Data Fields | |
const char * | s |
int | x |
generic struct to map between strings and integers. Fill it with x-s pairs, terminate with an entry with s = NULL; Then you can call map_x_s(...) to map an integer to a string, and map_s_x() for the string -> integer mapping.
Definition at line 1483 of file chan_sip.c.
const char* s |
Definition at line 1485 of file chan_sip.c.
int x |
Definition at line 1484 of file chan_sip.c.