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_server.c

    r8548 r10997  
    1717int version         PROTO((int, char **));
    1818int server          PROTO((int, char **));
     19int ipptool2book    PROTO((int, char **));
    1920
    2021static Command cmds[] = { 
     
    3637  {"version",    version,       "show version information"},
    3738  {"verbose",    verbose,       "set/toggle verbose mode"},
     39  {"ipptool2book", ipptool2book, "convert queue with ipptool output to book"},
    3840};
    3941
Note: See TracChangeset for help on using the changeset viewer.