Searched refs:GSM_P (Results 1 – 1 of 1) sorted by relevance
/external/libgsm/inc/ |
D | gsm.h | 28 #undef GSM_P 30 # define GSM_P( protos ) protos macro 32 # define GSM_P( protos ) ( /* protos */ ) macro 57 extern gsm gsm_create GSM_P((void)); 58 extern void gsm_destroy GSM_P((gsm)); 60 extern int gsm_print GSM_P((FILE *, gsm, gsm_byte *)); 61 extern int gsm_option GSM_P((gsm, int, int *)); 63 extern void gsm_encode GSM_P((gsm, gsm_signal *, gsm_byte *)); 64 extern int gsm_decode GSM_P((gsm, gsm_byte *, gsm_signal *)); 66 extern int gsm_explode GSM_P((gsm, gsm_byte *, gsm_signal *)); [all …]
|