Export public methods for obtaining a Proc's task and Proc sub-lists.
Index: frysk-core/frysk/proc/ChangeLog 2005-11-04 Andrew Cagney <cagney@redhat.com> * Proc.java: Add .getTasks, and .getChildren. Replace .children with private .childPool. * TestProcGet.java: Test Proc.getTasks and .getChildren. * TestRefresh.java: Update.