book_outline($node)
Menu callback; show the outline form for a single node.
modules/book/book.pages.inc, line 91
<?php function book_outline($node) { drupal_set_title($node->title); return drupal_get_form('book_outline_form', $node); } ?>
Some quick links to get you started