Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 4552)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 4602)
@@ -4,4 +4,5 @@
 int task	    PROTO((int, char **));
 int task_host	    PROTO((int, char **));
+int task_trange	    PROTO((int, char **));
 int task_macros	    PROTO((int, char **));
 int task_command    PROTO((int, char **));
@@ -12,4 +13,5 @@
 int kill_job        PROTO((int, char **));
 int delete_job      PROTO((int, char **));
+int verbose         PROTO((int, char **));
 
 static Command cmds[] = {  
@@ -17,4 +19,5 @@
   {"task",       task,         "define a schedulable task"},
   {"host",       task_host,    "define host machine for a task"},
+  {"trange",     task_trange,  "define valid/invalid time periods for a task"},
   {"task.exit",  task_macros,  "define exit macros for a task"},
   {"task.exec",  task_macros,  "define pre-exec macro for a task"},
@@ -26,4 +29,5 @@
   {"kill",       kill_job,     "kill job"},
   {"delete",     delete_job,   "delete job"},
+  {"verbose",    verbose,      "set/toggle verbose mode"},
 }; 
 
