blob: c54db68520a2e6c0844609fc5c460ae4f8f179df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/stream/stream.c.orig 2021-04-10 21:47:11 UTC
+++ plugins/stream/stream.c
@@ -23,7 +23,7 @@
#define S_DEF_PORT_STR "80"
-struct streamHandles{
+static struct streamHandles{
FILE *rfd;
FILE *wfd;
int sfd;
|