From 69efca1a157245b35cd80a09718f45b30412dcea Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 8 Dec 2011 08:20:07 -0800 Subject: Moving the HTTP status messages out of the HTTP server, and into its own file. Also making it complete. --- includes/Http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/Http.h') diff --git a/includes/Http.h b/includes/Http.h index 05e72f4..26323ee 100644 --- a/includes/Http.h +++ b/includes/Http.h @@ -8,6 +8,8 @@ namespace Balau { namespace Http { +const char * getStatusMsg(int httpStatus); + typedef std::map StringMap; typedef std::map > FileList; -- cgit v1.2.3