Main (before the main function / as gloabal variable):
const char *Bittorrent = "BitTorrent protocol";
This way your header tells every file that there is variable named "Bittorrent", but only your main.c file has the part in it where it is really created.