IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16445


Ignore:
Timestamp:
Feb 13, 2008, 3:28:01 PM (18 years ago)
Author:
eugene
Message:

add real

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/macro_funcs.c

    r11007 r16445  
    22
    33static 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!> *"}
    1010};
    1111
Note: See TracChangeset for help on using the changeset viewer.