This commit was manufactured by cvs2svn to create tag
[gnokii.git] / include / gsm-networks.h
index 177dd67..367a964 100644 (file)
@@ -48,12 +48,10 @@ typedef struct {
 
 /* These functions are used to search the structure defined above.*/
 char *GSM_GetNetworkName(char *NetworkCode);
 
 /* 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);
 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);
 
 void EncodeNetworkCode(unsigned char* buffer, unsigned char* output);
 void DecodeNetworkCode(unsigned char* buffer, unsigned char* output);