Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 7960)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 8129)
@@ -8,4 +8,5 @@
 int task_macros	    PROTO((int, char **));
 int task_command    PROTO((int, char **));
+int task_options    PROTO((int, char **));
 int task_periods    PROTO((int, char **));
 int run             PROTO((int, char **));
@@ -27,4 +28,5 @@
   {"task.exec",  task_macros,  "define pre-exec macro for a task"},
   {"command",    task_command, "define executed command for a task"},
+  {"options",    task_options, "define optional variables associated with the job task"},
   {"periods",    task_periods, "define time scales for a task"},
   {"run",        run,          "run the scheduler"},
