Index: /trunk/Ohana/src/opihi/lib.shell/macro_funcs.c
===================================================================
--- /trunk/Ohana/src/opihi/lib.shell/macro_funcs.c	(revision 16444)
+++ /trunk/Ohana/src/opihi/lib.shell/macro_funcs.c	(revision 16445)
@@ -2,10 +2,10 @@
 
 static Command macro_command[] = {
-  {"create", macro_create, "create a macro *"},
-  {"delete", macro_delete, "delete a macro *"},
-  {"list",   macro_list_f, "list a macro *"},
-  {"edit",   macro_edit,   "edit a macro <not working yet!> *"},
-  {"read",   macro_read,   "read a macro from a file <not working yet!> *"},
-  {"write",  macro_write,  "write a macro to a file <not working yet!> *"}
+  {1, "create", macro_create, "create a macro *"},
+  {1, "delete", macro_delete, "delete a macro *"},
+  {1, "list",   macro_list_f, "list a macro *"},
+  {1, "edit",   macro_edit,   "edit a macro <not working yet!> *"},
+  {1, "read",   macro_read,   "read a macro from a file <not working yet!> *"},
+  {1, "write",  macro_write,  "write a macro to a file <not working yet!> *"}
 };
 
