summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-02-20 02:30:23 +0000
committerNiels Provos <provos@gmail.com>2007-02-20 02:30:23 +0000
commit4e870682d328bccaf645dd8a71f6814d110f5ece (patch)
tree9a3bf141c1ab9ec51191164100ab2c3c4a205f93
parentd2263df2255a972f91923b1c636917bb9d86dace (diff)
downloadlibevent-4e870682d328bccaf645dd8a71f6814d110f5ece.tar.gz
SERVUNAVAIL missingrelease-1.3b
svn:r335
-rw-r--r--evhttp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evhttp.h b/evhttp.h
index 44f0ad82..162a796a 100644
--- a/evhttp.h
+++ b/evhttp.h
@@ -56,6 +56,7 @@ extern "C" {
#define HTTP_NOTMODIFIED 304
#define HTTP_BADREQUEST 400
#define HTTP_NOTFOUND 404
+#define HTTP_SERVUNAVAIL 503
struct evhttp;
struct evhttp_request;