Hi Jonas,
+ +extern void gemalto_voicecall_init(); +extern void gemalto_voicecall_exit(); +Why are these "extern"?
Okay, I haven't had my coffee yet, but what is the actual problem? All functions defined in the header are extern anyway, whether they're labeled extern or not. So, dropping extern would have no actual effect besides style.
Regards, -Denis _______________________________________________ ofono mailing list [email protected] https://lists.ofono.org/mailman/listinfo/ofono
