From cd6a31bda38fa1f27fc880b730e0d69a7286516a Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 25 Dec 2003 17:18:34 +0000 Subject: o New port mute-net version 0.1: Peer-to-peer client with privacy protection and easy search/download o This is a master port for upcoming both net/mute-net-gui and net/mute-net-text ports --- ...layers::pointToPoint::pointToPointCommunicator.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp (limited to 'net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp') diff --git a/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp b/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp new file mode 100644 index 000000000000..9bec3d21a8ad --- /dev/null +++ b/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp @@ -0,0 +1,19 @@ +--- MUTE/layers/pointToPoint/pointToPointCommunicator.cpp.orig Sun Dec 21 00:02:08 2003 ++++ MUTE/layers/pointToPoint/pointToPointCommunicator.cpp Sun Dec 21 00:32:22 2003 +@@ -1153,7 +1153,7 @@ + + // handler to receive all messages from the routing layer + // extra argument not used +-void mute_internalLowLevelMessageHandler( char *inFromAddress, ++int mute_internalLowLevelMessageHandler( char *inFromAddress, + char *inToAddress, + char *inBody, + void *inExtraArgument ) { +@@ -1544,6 +1544,7 @@ + delete [] *( tokens->getElement( i ) ); + } + delete tokens; ++ return (0); + } + + -- cgit v1.2.3