From 608f4f254ccf95a01b5480e2dbe7a1b6e54c8609 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 8 Apr 2016 16:39:03 -0400 Subject: sitting here --- multipart-replace.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'multipart-replace.h') diff --git a/multipart-replace.h b/multipart-replace.h index 126f6fa..2aa5e61 100644 --- a/multipart-replace.h +++ b/multipart-replace.h @@ -3,6 +3,7 @@ #pragma once #include +#include struct frame { ssize_t len; @@ -19,4 +20,7 @@ struct multipart_replace_stream { void multipart_replace_reader(struct multipart_replace_stream *s, int fd, const char *boundary); void multipart_replace_writer(struct multipart_replace_stream *s, int fd, const char *boundary); -void init_multipart_replace_stream(); +void init_multipart_replace_stream(struct multipart_replace_stream *s); +void destroy_multipart_replace_stream(struct multipart_replace_stream *s); + +extern bool running; -- cgit v1.2.3-54-g00ecf