From 29a38875ffcbb5f19faa4bdc319f09e4a195a079 Mon Sep 17 00:00:00 2001 From: valenok Date: Sun, 19 Jun 2011 17:50:08 +0100 Subject: [PATCH] Corrected description of mg_send_file() --- mongoose.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mongoose.h b/mongoose.h index d9098be6..3f5d3e82 100644 --- a/mongoose.h +++ b/mongoose.h @@ -159,7 +159,6 @@ int mg_printf(struct mg_connection *, const char *fmt, ...); // Send contents of the entire file together with HTTP headers. -// Return 1 on success, 0 on error (e.g. file does not exist). void mg_send_file(struct mg_connection *conn, const char *path);