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

    r3030 r4748  
    55int starcontour     PROTO((int, char **));
    66int rawstars        PROTO((int, char **));
     7int version         PROTO((int, char **));
    78
    89static Command cmds[] = { 
     
    1112  {"starcontour", starcontour,  "object contour"},
    1213  {"rawstars",    rawstars,     "find raw star stats"},
     14  {"version",     version,      "show version information"},
    1315};
    1416
Note: See TracChangeset for help on using the changeset viewer.