Lines Matching refs:GSM_P
32 #undef GSM_P
34 # define GSM_P( protos ) protos macro
36 # define GSM_P( protos ) ( /* protos */ )
61 extern gsm gsm_create GSM_P((void));
62 extern void gsm_destroy GSM_P((gsm));
64 extern int gsm_print GSM_P((FILE *, gsm, gsm_byte *));
65 extern int gsm_option GSM_P((gsm, int, int *));
67 extern void gsm_encode GSM_P((gsm, gsm_signal *, gsm_byte *));
68 extern int gsm_decode GSM_P((gsm, gsm_byte *, gsm_signal *));
70 extern int gsm_explode GSM_P((gsm, gsm_byte *, gsm_signal *));
71 extern void gsm_implode GSM_P((gsm, gsm_signal *, gsm_byte *));
73 #undef GSM_P