summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r--src/couchdb/couch_db.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index 443ac73f..89d8965e 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -161,6 +161,11 @@
send_row
}).
+-record(reduce_fold_helper_funs, {
+ start_response,
+ send_row
+}).
+
-record(extern_resp_args, {
code = 200,
stop = false,