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/pantasks/init.c

    r10694 r10997  
    2121int verbose         PROTO((int, char **));
    2222int version         PROTO((int, char **));
     23int ipptool2book    PROTO((int, char **));
    2324
    2425static Command cmds[] = { 
     
    4445  {"version",    version,      "show version information"},
    4546  {"verbose",    verbose,      "set/toggle verbose mode"},
     47  {"ipptool2book", ipptool2book, "convert queue with ipptool output to book"},
    4648};
    4749
Note: See TracChangeset for help on using the changeset viewer.