book_outline($node)drupal/modules/book/book.pages.inc, line 91
Menu callback; show the outline form for a single node.
function book_outline($node) { drupal_set_title($node->title); return drupal_get_form('book_outline_form', $node); }