book_perm()
book/book.module, line 24
Implementation of hook_perm().
<?php
function book_perm() {
return array('outline posts in books', 'create book pages', 'create new books', 'edit book pages', 'edit own book pages', 'see printer-friendly version');
}
?>