diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-06-02 12:07:30 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-06-02 12:07:30 -0400 |
commit | 0340953f4ff3cc6ee09b786031442f97f79090c3 (patch) | |
tree | e6b87a407b634f6619bf640e5515cc0e744330a4 /ebin | |
parent | b12bcd244bdf743de8c91808cf03417b1ea9dde2 (diff) |
_all_docs with keys, closes BugzID 10218
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/fabric.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index 7b072ca1..c96e73e9 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -9,6 +9,7 @@ fabric_all_docs, fabric_create_db, fabric_delete_db, + fabric_doc_count, fabric_get_db_info, fabric_missing_revs, fabric_open_doc, |