IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2005, 11:00:20 AM (21 years ago)
Author:
eugene
Message:

fixed version command - part of package, not cmd libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/init.c

    r4714 r4748  
    1212int stdout_pc   PROTO((int, char **));
    1313int verbose     PROTO((int, char **));
     14int version         PROTO((int, char **));
    1415
    1516static Command cmds[] = { 
     
    2526  {"stdout",    stdout_pc, "get stdout buffer for job"},
    2627  {"verbose",   verbose,   "set the verbose mode for job"},
     28  {"version",     version,      "show version information"},
    2729};
    2830
Note: See TracChangeset for help on using the changeset viewer.