summaryrefslogtreecommitdiff
path: root/src/multipart-replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multipart-replace.h')
-rw-r--r--src/multipart-replace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multipart-replace.h b/src/multipart-replace.h
index 502cecc..e4cced0 100644
--- a/src/multipart-replace.h
+++ b/src/multipart-replace.h
@@ -34,8 +34,8 @@ struct multipart_replace_stream {
long framecount;
};
-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);
+int multipart_replace_reader(struct multipart_replace_stream *s, int fd, const char *boundary);
+int multipart_replace_writer(struct multipart_replace_stream *s, int fd, const char *boundary);
void init_multipart_replace_stream(struct multipart_replace_stream *s);
void destroy_multipart_replace_stream(struct multipart_replace_stream *s);