You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/05/01 20:28:16 UTC

svn commit: r770782 - /couchdb/trunk/src/couchdb/couch_httpd_view.erl

Author: davisp
Date: Fri May  1 18:28:16 2009
New Revision: 770782

URL: http://svn.apache.org/viewvc?rev=770782&view=rev
Log:
Exporting the main function for sending view responses.


Modified:
    couchdb/trunk/src/couchdb/couch_httpd_view.erl

Modified: couchdb/trunk/src/couchdb/couch_httpd_view.erl
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_httpd_view.erl?rev=770782&r1=770781&r2=770782&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/couch_httpd_view.erl (original)
+++ couchdb/trunk/src/couchdb/couch_httpd_view.erl Fri May  1 18:28:16 2009
@@ -18,6 +18,7 @@
 -export([get_stale_type/1, get_reduce_type/1, parse_view_params/4]).
 -export([make_view_fold_fun/6, finish_view_fold/3, view_row_obj/3]).
 -export([view_group_etag/1, view_group_etag/2, make_reduce_fold_funs/5]).
+-export([design_doc_view/5]).
 
 -import(couch_httpd,
     [send_json/2,send_json/3,send_json/4,send_method_not_allowed/2,send_chunk/2,