diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-05-10 20:19:04 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-05-10 20:19:04 +0000 |
commit | b37ce2b377cff6c3e358adf4963ae6290942fae7 (patch) | |
tree | 87eb54b3e9816b0a8a76e84585eeb76e958c18b0 /src | |
parent | 9fe71aa326782f9dc1dc04914cd57e3b12d48af7 (diff) |
export a method
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@773401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_httpd_db.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/couch_httpd_db.erl b/src/couchdb/couch_httpd_db.erl index dc0514b6..666f1bef 100644 --- a/src/couchdb/couch_httpd_db.erl +++ b/src/couchdb/couch_httpd_db.erl @@ -14,7 +14,8 @@ -include("couch_db.hrl"). -export([handle_request/1, handle_compact_req/2, handle_design_req/2, - db_req/2, couch_doc_open/4,handle_changes_req/2]). + db_req/2, couch_doc_open/4,handle_changes_req/2, + update_doc_result_to_json/1, update_doc_result_to_json/2]). -import(couch_httpd, [send_json/2,send_json/3,send_json/4,send_method_not_allowed/2, |