X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-networks.h;h=367a96472214e1031d9f0ce614e8cc1d050d4517;hp=177dd6759d09cddae62e7f9b6c213e9193cdb37c;hb=0484268a27be1ab830d087847d830bc0ec734016;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/include/gsm-networks.h b/include/gsm-networks.h index 177dd67..367a964 100644 --- a/include/gsm-networks.h +++ b/include/gsm-networks.h @@ -48,12 +48,10 @@ typedef struct { /* These functions are used to search the structure defined above.*/ char *GSM_GetNetworkName(char *NetworkCode); -#ifndef UCLINUX char *GSM_GetNetworkCode(char *NetworkName); char *GSM_GetCountryName(char *CountryCode); char *GSM_GetCountryCode(char *CountryName); -#endif /* UCLINUX */ void EncodeNetworkCode(unsigned char* buffer, unsigned char* output); void DecodeNetworkCode(unsigned char* buffer, unsigned char* output);