1 #ifndef __CPIGE_ID3_H
2 #define __CPIGE_ID3_H
3 
4 char *GetId3v1(char *titre, char *artiste, char *radioName);
5 
6 #endif
7