X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fgsm-networks.c;h=97ebb1cebd120324d8dd91a62a18b6febf196dbd;hp=b36bcf5b73fd0b93739db7226776549f163b610a;hb=afafbe3ba25fe893536a42aca0bebef933aba5df;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c diff --git a/common/gsm-networks.c b/common/gsm-networks.c index b36bcf5..97ebb1c 100644 --- a/common/gsm-networks.c +++ b/common/gsm-networks.c @@ -10,13 +10,15 @@ */ +#include "config.h" + #include #include "gsm-common.h" #include "gsm-networks.h" #include "gsm-coding.h" -GSM_Country GSM_Countries[] = +static GSM_Country GSM_Countries[] = { { "202", "Greece" }, { "204", "Netherlands" }, @@ -454,7 +456,7 @@ char *GSM_GetCountryName(char *CountryCode) return GSM_Countries[index].Name; } -char *GSM_GetCountryCode(char *CountryName) +static char *GSM_GetCountryCode(char *CountryName) { int index=0;