FreeCalypso > hg > themwi-interim
view mncc/gsm_call.h @ 6:33d8b3177540
mtctest compiles in the new environment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2024 01:55:28 +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();