Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 8129)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 9037)
@@ -10,4 +10,6 @@
 int task_options    PROTO((int, char **));
 int task_periods    PROTO((int, char **));
+int task_stdout     PROTO((int, char **));
+int task_stderr     PROTO((int, char **));
 int run             PROTO((int, char **));
 int stop            PROTO((int, char **));
@@ -30,4 +32,6 @@
   {"options",    task_options, "define optional variables associated with the job task"},
   {"periods",    task_periods, "define time scales for a task"},
+  {"stdout",     task_stdout,  "define a file for the job stdout dump"},
+  {"stderr",     task_stderr,  "define a file for the job stderr dump"},
   {"run",        run,          "run the scheduler"},
   {"stop",       stop,         "stop the scheduler"},
