diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Http.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<String, String> StringMap; typedef std::map<String, IO<Handle> > FileList; |