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