IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 9:58:22 AM (20 years ago)
Author:
eugene
Message:

added book / page commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/macro.h

    r2598 r10997  
    1 static Command in_macro[] = {
    2   {"create", macro_create, "create a macro *"},
    3   {"delete", macro_delete, "delete a macro *"},
    4   {"list",   macro_list_f, "list a macro *"},
    5   {"edit",   macro_edit,   "edit a macro <not working yet!> *"},
    6   {"read",   macro_read,   "read a macro from a file <not working yet!> *"},
    7   {"write",  macro_write,  "write a macro to a file <not working yet!> *"}
    8 };
    9 
    10 /*** need to encapsulate the macro command lookup ***/
Note: See TracChangeset for help on using the changeset viewer.