diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-10-09 22:00:38 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-10-09 22:00:38 +0000 |
commit | 20cfb68472d20eafb8d1b2d18f12894f858d240a (patch) | |
tree | 3f7eb74c3f0c6f66b2415e606abb752f6ebf88fc /src | |
parent | 27535bfe6acc89ae7ddfca02e0a0c499f99e09c0 (diff) |
make couch_httpd:send_error/4 public
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_httpd.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl index 77175e1f..7cc5546f 100644 --- a/src/couchdb/couch_httpd.erl +++ b/src/couchdb/couch_httpd.erl @@ -20,7 +20,7 @@ -export([primary_header_value/2,partition/1,serve_file/3]). -export([start_chunked_response/3,send_chunk/2]). -export([start_json_response/2, start_json_response/3, end_json_response/1]). --export([send_response/4,send_method_not_allowed/2]). +-export([send_response/4,send_method_not_allowed/2,send_error/4]). -export([send_json/2,send_json/3,send_json/4]). |