summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.h b/http.h
index 14a4769..e0d7891 100644
--- a/http.h
+++ b/http.h
@@ -15,7 +15,7 @@ enum status
extern const char * status_str[];
int respond_only_status(int, enum status);
-int respond_with_body(int, enum status, const char *);
+int respond_with_body(int, enum status, const char *, int);
int collect_request(int, char **);
#endif // HTTP_H