Changeset 21064 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Dec 30, 2008, 10:17:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r17579 r21064 7 7 int book_command PROTO((int, char **)); 8 8 int center PROTO((int, char **)); 9 int parity PROTO((int, char **)); 9 10 int circstats PROTO((int, char **)); 10 11 int clear PROTO((int, char **)); … … 128 129 {1, "book", book_command, "commands to manipulate book/page/word data"}, 129 130 {1, "center", center, "center image on coords"}, 131 {1, "parity", parity, "set image parity"}, 130 132 {1, "circstats", circstats, "circular statistics"}, 131 133 {1, "clear", clear, "erase plot"},
Note:
See TracChangeset
for help on using the changeset viewer.
