Changeset 16445
- Timestamp:
- Feb 13, 2008, 3:28:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/macro_funcs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/macro_funcs.c
r11007 r16445 2 2 3 3 static Command macro_command[] = { 4 { "create", macro_create, "create a macro *"},5 { "delete", macro_delete, "delete a macro *"},6 { "list", macro_list_f, "list a macro *"},7 { "edit", macro_edit, "edit a macro <not working yet!> *"},8 { "read", macro_read, "read a macro from a file <not working yet!> *"},9 { "write", macro_write, "write a macro to a file <not working yet!> *"}4 {1, "create", macro_create, "create a macro *"}, 5 {1, "delete", macro_delete, "delete a macro *"}, 6 {1, "list", macro_list_f, "list a macro *"}, 7 {1, "edit", macro_edit, "edit a macro <not working yet!> *"}, 8 {1, "read", macro_read, "read a macro from a file <not working yet!> *"}, 9 {1, "write", macro_write, "write a macro to a file <not working yet!> *"} 10 10 }; 11 11
Note:
See TracChangeset
for help on using the changeset viewer.
