Revision:
1:1b5ed0fa82f0
Parent:
0:d9d38ebc0f69
Child:
2:0e9a10f2b8c5
--- a/Shoutcast.cpp	Mon Jan 24 13:32:52 2011 +0000
+++ b/Shoutcast.cpp	Mon Jan 24 13:54:12 2011 +0000
@@ -450,10 +450,12 @@
         currentAddress = 0;
     }
     GetAddressData(address,port,currentAddress);
+    return 0;
 }
 int Shoutcast::GetCurrAddress(IpAddr* address, int* port)
 {
     GetAddressData(address,port,currentAddress);
+    return 0;
 }
 int Shoutcast::GetPrevAddress(IpAddr* address, int* port)
 {
@@ -466,4 +468,5 @@
         currentAddress = maxAddress - 1;
     }
     GetAddressData(address,port,currentAddress);
+    return 0;
 }
\ No newline at end of file