summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.h b/http.h
index f92f7fc..88a793d 100644
--- a/http.h
+++ b/http.h
@@ -29,3 +29,4 @@ extern const char * method_str[];
extern const char * status_str[];
int respond_only_status(int, enum status);
+int respond_with_body(int, enum status, const char *);