X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=PeerCast.root%2FPeerCast%2Fcore%2Fcommon%2Fservent.h;h=d590a90cf0d6f78be089a1e8f357e158d65adc57;hb=38620345658c63e840fa77ceea3edbad7549e80f;hp=09aaac5cdbd944be4eefe8e71cdd4d421e1b6b56;hpb=754f64d48512602cca64ba9a11c75bba1c548eee;p=peercast-im%2FPeerCastIM.git diff --git a/PeerCast.root/PeerCast/core/common/servent.h b/PeerCast.root/PeerCast/core/common/servent.h index 09aaac5..d590a90 100644 --- a/PeerCast.root/PeerCast/core/common/servent.h +++ b/PeerCast.root/PeerCast/core/common/servent.h @@ -213,7 +213,7 @@ public: void sendPCPChannel(); void checkPCPComms(Channel *, AtomStream &); - static void readICYHeader(HTTP &, ChanInfo &, char *); + static void readICYHeader(HTTP &, ChanInfo &, char *, size_t); bool canStream(Channel *); bool isConnected() {return status == S_CONNECTED;}