FreeCalypso > hg > themwi-interim
view mncc/gsm_call.h @ 9:0ec938ed530b
mtctest: capture MSC RTP info for play command
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 09 Jun 2024 03:37:44 +0000 |
| parents | 053f04687106 |
| children |
line wrap: on
line source
/* extern declarations for functions in gsm_call.c module */ extern struct gsm_call *find_gsm_callref(); extern struct gsm_call *find_socket_call(); extern struct gsm_call *create_gsm_call(); extern struct gsm_call *create_new_mt_call(); extern uint32_t alloc_mt_callref();
