blob: 1d5f7317a7ee71e10c4170ccecb54bc52373e7b4 [file] [log] [blame] [raw]
/*
copyright: Boaz segev, 2015
license: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#ifndef HTTP_STATUS_H
#define HTTP_STATUS_H
extern struct _____HTTP__STATUS_____ { char* (*to_s)(int status); } HttpStatus;
#endif /* HTTP_PROTOCOL_H */