Update src/node/db/API.js

This commit is contained in:
John McLear 2012-09-04 17:23:33 +02:00
parent c5be2eb418
commit 40a7b43799
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ exports.createGroupPad = groupManager.createGroupPad;
exports.createAuthor = authorManager.createAuthor;
exports.createAuthorIfNotExistsFor = authorManager.createAuthorIfNotExistsFor;
exports.getAuthorName = authorManager.getAuthorName;
exports.listPadsOfAuthor = authorManager.listPadsOfAuthor;
exports.padUsers = padMessageHandler.padUsers;
exports.padUsersCount = padMessageHandler.padUsersCount;