Export parse_copy_destination_header/1
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/a74e7a0f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/a74e7a0f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/a74e7a0f Branch: refs/heads/windsor-merge-209 Commit: a74e7a0fdc8c20af06033573665bdc99780e27c5 Parents: 7e8dca7 Author: Robert Newson <[email protected]> Authored: Mon Aug 4 13:44:52 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Mon Aug 4 14:16:55 2014 +0100 ---------------------------------------------------------------------- src/couch_httpd_db.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/a74e7a0f/src/couch_httpd_db.erl ---------------------------------------------------------------------- diff --git a/src/couch_httpd_db.erl b/src/couch_httpd_db.erl index 4c113e5..7360dc0 100644 --- a/src/couch_httpd_db.erl +++ b/src/couch_httpd_db.erl @@ -16,7 +16,7 @@ -export([handle_request/1, handle_compact_req/2, handle_design_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, - handle_design_info_req/3]). + handle_design_info_req/3, parse_copy_destination_header/1]). -import(couch_httpd, [send_json/2,send_json/3,send_json/4,send_method_not_allowed/2,
