X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-networks.h;h=177dd6759d09cddae62e7f9b6c213e9193cdb37c;hp=367a96472214e1031d9f0ce614e8cc1d050d4517;hb=c383a7c19fe5db4b7b7ec3b8b5bba21dda7ce3d1;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c diff --git a/include/gsm-networks.h b/include/gsm-networks.h index 367a964..177dd67 100644 --- a/include/gsm-networks.h +++ b/include/gsm-networks.h @@ -48,10 +48,12 @@ 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);