[MEDIUM] stream_sock_process_data moved to stream_sock.c

The old temporary process_srv_data function moved to stream_sock.c.
diff --git a/include/proto/stream_sock.h b/include/proto/stream_sock.h
index d57ddf5..dc2b763 100644
--- a/include/proto/stream_sock.h
+++ b/include/proto/stream_sock.h
@@ -33,6 +33,7 @@
 /* main event functions used to move data between sockets and buffers */
 int stream_sock_read(int fd);
 int stream_sock_write(int fd);
+int stream_sock_process_data(int fd);
 
 
 /* This either returns the sockname or the original destination address. Code