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

    r3462 r4748  
    55int findstars       PROTO((int, char **));
    66int telescope       PROTO((int, char **));
     7int version         PROTO((int, char **));
    78
    89static Command cmds[] = { 
     
    1112  {"findstars",        findstars,        "find objects on image"},
    1213  {"telescope",        telescope,        "telescope communications"},
     14  {"version",     version,      "show version information"},
    1315};
    1416
Note: See TracChangeset for help on using the changeset viewer.