diff options
| author | Adam Kocoloski <adam@cloudant.com> | 2010-06-07 23:44:33 -0400 |
|---|---|---|
| committer | Adam Kocoloski <adam@cloudant.com> | 2010-06-07 23:45:18 -0400 |
| commit | 2569631e249cc8209858f590a349f314b7253f3e (patch) | |
| tree | f5159200982c26f4c8b9b364357e295f1a17c662 /include | |
| parent | ab14b5bfdb88d9f07b6885f4cc1208f80c8c72f4 (diff) | |
reduce views, BugzID 10220
Diffstat (limited to 'include')
| -rw-r--r-- | include/fabric.hrl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fabric.hrl b/include/fabric.hrl index 460cf578..f4665ca8 100644 --- a/include/fabric.hrl +++ b/include/fabric.hrl @@ -22,7 +22,10 @@ skip, limit, stop_fun, - keydict, + keys, + os_proc, + reducer, + lang, user_acc }). |
