summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/buffer_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/buffer_1.c')
-rw-r--r--ucspi-tcp-0.88/buffer_1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ucspi-tcp-0.88/buffer_1.c b/ucspi-tcp-0.88/buffer_1.c
new file mode 100644
index 0000000..3104e22
--- /dev/null
+++ b/ucspi-tcp-0.88/buffer_1.c
@@ -0,0 +1,6 @@
+#include "readwrite.h"
+#include "buffer.h"
+
+char buffer_1_space[BUFFER_OUTSIZE];
+static buffer it = BUFFER_INIT(write,1,buffer_1_space,sizeof buffer_1_space);
+buffer *buffer_1 = ⁢