Changeset 4748 for trunk/Ohana/src/opihi/mana/init.c
- Timestamp:
- Aug 10, 2005, 11:00:20 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/init.c
r3030 r4748 5 5 int starcontour PROTO((int, char **)); 6 6 int rawstars PROTO((int, char **)); 7 int version PROTO((int, char **)); 7 8 8 9 static Command cmds[] = { … … 11 12 {"starcontour", starcontour, "object contour"}, 12 13 {"rawstars", rawstars, "find raw star stats"}, 14 {"version", version, "show version information"}, 13 15 }; 14 16
Note:
See TracChangeset
for help on using the changeset viewer.
