Thanks for your answer.
I have added some functions to the plugin API but I still can't start the radio from the plugin. For instance, I have added the functions in radio.h (and radio.c) but when i use radio_start(), nothing happens. Then i wrote a line "splash" in the same function (radio_start) in radio.c file and i saw the splash text, but the radio doesn't start.
Coclusion: I can add the functions to the plugin API but i don't know exactly which is the function that i need to start the radio and in what is the file where that function is located.
Can you help me about that?
Thanks in advance